-
Notifications
You must be signed in to change notification settings - Fork 68
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
JSON field does not work anymore in MySQL 5.7+ #91
Comments
Hi, I'm using mysql 5.6 and it is not recognizing json fields - is mysql 5.7+ a dependency of this package? |
No, you can configure using the option |
Currently you can work with any MySQL using the undocumented param |
would be nice to document the mysql parameter. |
JSON field was changed to JSONB (I think its a Postgres specific field). In past versions of paper-trail, the JSON field it worked fine with MySQL 5.7+ versions.
I'm working in a patch to keep paper trail working both with Pg/MySQL native JSON fields.
The text was updated successfully, but these errors were encountered: