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

Commit a8fe9310 by Jan Aagaard Meier

Merge pull request #4276 from carterchung/patch-3

[ci skip] Fix typo in schema.md
2 parents 3d6905d5 780c6ce0
Showing with 2 additions and 3 deletions
......@@ -6,7 +6,7 @@ If `force: true` it will first drop tables before recreating them.
## Migrations / Manual schema changes
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 programmaticaly create or change a table schema.
Sequelize provides a list of ways to programmatically create or change a table schema.
### createTable
......@@ -22,4 +22,4 @@ Sequelize provides a list of ways to programmaticaly create or change a table sc
### addConstraint
### removeConstraint
\ No newline at end of file
### removeConstraint
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!