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 695c87bf
authored
Jul 04, 2019
by
Corey Buckley
Committed by
Sushant
Jul 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(models-definition): correct spelling mistakes (#11147)
1 parent
7ac8f02f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
docs/models-definition.md
docs/models-definition.md
View file @
695c87b
...
@@ -71,7 +71,7 @@ Foo.init({
...
@@ -71,7 +71,7 @@ Foo.init({
}
}
},
},
// It is possible to add coments on columns for MySQL, PostgreSQL and MSSQL only
// It is possible to add com
m
ents on columns for MySQL, PostgreSQL and MSSQL only
commentMe
:
{
commentMe
:
{
type
:
Sequelize
.
INTEGER
,
type
:
Sequelize
.
INTEGER
,
...
@@ -710,7 +710,7 @@ User.init({}, {
...
@@ -710,7 +710,7 @@ User.init({}, {
}
}
},
},
// A BTREE index with a ordered field
// A BTREE index with a
n
ordered field
{
{
name
:
'title_index'
,
name
:
'title_index'
,
using
:
'BTREE'
,
using
:
'BTREE'
,
...
...
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