#Sequelize automatic migration generation

4 messages · Page 1 of 1 (latest)

random fiber
#

Hi everyone,

I am new to Nestjs and Sequelize
I wanted to know is there any automatic way that i can create migration file with command without manually edititng it just like typeorm
it create migration files from models
i wanted to do the same without manual effort

dapper atlas
#

Sequelize doesn't have that feature as far as I know

#

There are some 3rd party options, but each with their own limitations and it has beem 2 years since I looked into it

#

In the end we went with writing manual migrations, which gives you the most control anyway