nielsgl / sequelize-paper-trail

Sequelize plugin for tracking revision history of model instances.
MIT License
95 stars 69 forks source link

JSON field does not work anymore in MySQL 5.7+ #92

Open ksfreitas opened 5 years ago

ksfreitas commented 5 years ago

Solves the issue #91

Undocumented option mysql was replaced by documentFieldType. The mysql still supported if documentFieldType it is not present.

ksfreitas commented 5 years ago

@nielsgl take a look plz :D

W0mpRat commented 4 years ago

I don't see documentFieldType anymore on master

I've created a pull request to document the mysql option