不要怂,就是干,撸起袖子干!

Commit a0bca973 by Bartosz Łęcki Committed by Sushant

Add hint about migrations section (#7138)

1 parent 24160754
Showing with 2 additions and 0 deletions
...@@ -8,6 +8,8 @@ If `force: true` it will first drop tables before recreating them. ...@@ -8,6 +8,8 @@ If `force: true` it will first drop tables before recreating them.
Sequelize has a [sister library](https://github.com/sequelize/umzug) for handling execution and logging of migration tasks. Sequelize has a [sister library](https://github.com/sequelize/umzug) for handling execution and logging of migration tasks.
Sequelize provides a list of ways to programmatically create or change a table schema. Sequelize provides a list of ways to programmatically create or change a table schema.
To read more about below functions go to [Migrations section of docs.](migrations)
### createTable ### createTable
### addColumn ### addColumn
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!