Cli: Sequelize CLI in 2021

Created on 5 Apr 2021  路  3Comments  路  Source: sequelize/cli

Hello everyone!

I will be doing a large overhaul of the Sequelize CLI this month. Stay tuned!

Most helpful comment

Please, add typescript support of migrations and seeds

All 3 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shomanishikawa picture shomanishikawa  路  3Comments

f1nnix picture f1nnix  路  4Comments

eharoldreyes picture eharoldreyes  路  3Comments

TangMonk picture TangMonk  路  3Comments

OsoianMarcel picture OsoianMarcel  路  4Comments