sequelize-auto-migrations icon indicating copy to clipboard operation
sequelize-auto-migrations copied to clipboard

Migration generator && runner for sequelize

Results 58 sequelize-auto-migrations issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

default value cannot be null (null in an object)

I read a tutorial on how to use, installing: npm install --save github:scimonster/sequelize-auto-migrations#a063aa6535a3f580623581bf866cef2d609531ba Edit package.json "scripts": { ... "db:makemigrations": "./node_modules/sequelize-auto-migrations/bin/makemigration.js", } After: npm run db:makemigrations But when running, nothing happens,...

Just makes output a little more readable.

I am using sequalize and I'm trying to run auto migrations with the following library: https://github.com/flexxnn/sequelize-auto-migrations with `NODE_ENV=development npx sequelize-auto-migrations --name initial` but i get the following error: > Class...

Instead of Sequelize.undefined we now can get Sequelize.SOMETYPE which can be handled as custom datatype

I have an actor model based around the MySQL sakila demo database. There are no CreatedAt or UpdatedAt fields in either the table or model. Yet when I create an...

Trying to create the first migration ``` node_modules/.bin/makemigration --name init ``` resulting ``` No changes found ``` although there are 3 new models in the models `models-path`