Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit a8fe9310
authored
Aug 07, 2015
by
Jan Aagaard Meier
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4276 from carterchung/patch-3
[ci skip] Fix typo in schema.md
2 parents
3d6905d5
780c6ce0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
docs/docs/schema.md
docs/docs/schema.md
View file @
a8fe931
...
...
@@ -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 programmatical
l
y 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
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment