nodejh / sequelize-automate

Automatically generate bare sequelize models from your database.
MIT License
116 stars 22 forks source link

Update index.js #49

Open mer23 opened 3 years ago

mer23 commented 3 years ago

Default values for boolean columns weren't parsed properly because they're neither a string nor a number (they appear as null in the generated model).