flexxnn / sequelize-auto-migrations

Migration generator && runner for sequelize
MIT License
259 stars 165 forks source link

Add support for column type JSON #67

Open matmar10 opened 5 years ago

matmar10 commented 5 years ago

Current behavior: generates a JSONTYPE field which causes Unhandled rejection TypeError: Cannot read property 'toString' of undefined

PR inbound.