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

Commit 780c6ce0 by Carter Chung

Fix typo in schema.md

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