Open davidyell opened 5 years ago
It would be nice if this plugin implemented native MySQL JSON field types instead of mediumtext.
mediumtext
Using the plugin with JSON fields, seems to introduce excessive backslash escaping.
Actually, I just set the schema in the Table class to JSON type.
It seems setting the schema also writes in lots of escaping characters.
@davidyell set serializeFields to false or for anyone else reading this.
serializeFields
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.