Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use text instead of JSON with older MySQL versions #50

Closed
ohsnaplol opened this issue Jan 31, 2019 · 0 comments · Fixed by #68
Closed

Use text instead of JSON with older MySQL versions #50

ohsnaplol opened this issue Jan 31, 2019 · 0 comments · Fixed by #68

Comments

@ohsnaplol
Copy link

I'm working with an older database (MySQL 5.5) that doesn't support the JSON data type.
I decided to make my own table and use text instead of json while setting createTable to false which seems to work. Are there any repercussions of using this approach?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant