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 f8fb54e8
authored
Nov 21, 2017
by
Mars Wong
Committed by
Sushant
Nov 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(DataTypes): correct type of TEXT's parameter (#8667)
1 parent
f70a7134
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/data-types.js
lib/data-types.js
View file @
f8fb54e
...
...
@@ -790,7 +790,7 @@ for (const helper of Object.keys(helpers)) {
*
* @property {function(length=255: integer)} STRING A variable length string
* @property {function(length=255: integer)} CHAR A fixed length string.
* @property {function(
[length]
: string)} TEXT An unlimited length text column. Available lengths: `tiny`, `medium`, `long`
* @property {function(
length
: string)} TEXT An unlimited length text column. Available lengths: `tiny`, `medium`, `long`
* @property {function(length: integer)} TINYINT A 8 bit integer.
* @property {function(length: integer)} SMALLINT A 16 bit integer.
* @property {function(length: integer)} MEDIUMINT A 24 bit integer.
...
...
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