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

Commit f8fb54e8 by Mars Wong Committed by Sushant

docs(DataTypes): correct type of TEXT's parameter (#8667)

1 parent f70a7134
Showing with 1 additions and 1 deletions
......@@ -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.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!