sas1024 / gorm-loggable

Loggable plugin for GORM
MIT License
28 stars 22 forks source link

Support ANSI SQL #11

Closed Shelnutt2 closed 5 years ago

Shelnutt2 commented 6 years ago

The ChangeLog type currently uses jsonb and uuid which are only available in postgres. I propose that the sql datatypes be changed to json and varchar which will this gorm plugin to work on postgres, mariadb/mysql and sqlite.

I will submit a pull request with this proposed change.