lorenzo / audit-stash

Flexible and rock solid audit log tracking for CakePHP 3
MIT License
78 stars 37 forks source link

Implement JSON field types #39

Open davidyell opened 5 years ago

davidyell commented 5 years ago

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 commented 5 years ago

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

davidyell commented 5 years ago

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

cnizzardini commented 1 year ago

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