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 3dca9fa0
authored
Jun 21, 2019
by
Viliam Jobko
Committed by
Sushant
Jun 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(model-definition): using for creating indexes (#11086)
1 parent
2bdcc5dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docs/models-definition.md
docs/models-definition.md
View file @
3dca9fa
...
@@ -713,7 +713,7 @@ User.init({}, {
...
@@ -713,7 +713,7 @@ User.init({}, {
// A BTREE index with a ordered field
// A BTREE index with a ordered field
{
{
name
:
'title_index'
,
name
:
'title_index'
,
method
:
'BTREE'
,
using
:
'BTREE'
,
fields
:
[
'author'
,
{
attribute
:
'title'
,
collate
:
'en_US'
,
order
:
'DESC'
,
length
:
5
}]
fields
:
[
'author'
,
{
attribute
:
'title'
,
collate
:
'en_US'
,
order
:
'DESC'
,
length
:
5
}]
}
}
],
],
...
...
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