arecaps

Results 3 comments of arecaps

@ephys Can we just change that https://github.com/sequelize/sequelize/blob/491ff159cda4aab72bad558fce533fc98e09ae7f/src/dialects/mysql/query-generator.js#L373 to ? ``` if (attribute.allowNull === false) { template += ' NOT NULL'; } else { template += ' NULL'; ``` I can...