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

Implement JSON field types #39

Open
davidyell opened this issue Sep 9, 2019 · 3 comments
Open

Implement JSON field types #39

davidyell opened this issue Sep 9, 2019 · 3 comments

Comments

@davidyell
Copy link

It would be nice if this plugin implemented native MySQL JSON field types instead of mediumtext.

Using the plugin with JSON fields, seems to introduce excessive backslash escaping.

@davidyell
Copy link
Author

Actually, I just set the schema in the Table class to JSON type.

@davidyell davidyell reopened this Sep 9, 2019
@davidyell
Copy link
Author

It seems setting the schema also writes in lots of escaping characters.

@cnizzardini
Copy link
Collaborator

@davidyell set serializeFields to false or for anyone else reading this.

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

No branches or pull requests

2 participants