Hello everyone!
I will be doing a large overhaul of the Sequelize CLI this month. Stay tuned!
Please, add typescript support of migrations and seeds
Hello,
I don't know if i'm in the right place to post this question, sorry if it's not.
I use Sequelize Migrations to handle database versioning and migrations are managed by SequelizeMeta table.
This table only contains the filename of migration files that have been applied.
At this moment, is it possible to add more information to SequelizeMeta table like a description of migrations changes (createTable, addConstraint, addColumn, ...) ?
The idea behind this is to have more information like databasechangelog table from liquibase.
Typescript implementation would be awesome!
Most helpful comment
Please, add typescript support of migrations and seeds