boiawang / sequelize-db-export-import

Generater models from mysql db or import tables from models files
MIT License
26 stars 8 forks source link

Added default value export ignore as well as bug fix #8

Closed shaunplumb closed 6 years ago

shaunplumb commented 6 years ago

Added functionality to exclude default values from db export (caused by msql default value formatting not always working with json, example b'0').

Updated bug requiring --database when it is in the config file

shaunplumb commented 6 years ago

@boiawang I'm just commenting to see if there is any projected time that we can get this update reviewed and/or merged.