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

Commit c1b6604f by Jan Aagaard Meier

Merge pull request #4669 from a0viedo/patch-1

[ci skip] fixed typo in datatype description
2 parents 07a596bb af47f648
Showing with 2 additions and 3 deletions
...@@ -221,7 +221,7 @@ A default unique universal identifier generated following the UUID v1 standard ...@@ -221,7 +221,7 @@ A default unique universal identifier generated following the UUID v1 standard
## `UUIDV4()` ## `UUIDV4()`
[View code](https://github.com/sequelize/sequelize/blob/0de404640d4c71e2d1f1259356650dfb586a248b/lib/data-types.js#L621) [View code](https://github.com/sequelize/sequelize/blob/0de404640d4c71e2d1f1259356650dfb586a248b/lib/data-types.js#L621)
A default unique universal identifier generated following the UUID v2 standard A default unique universal identifier generated following the UUID v4 standard
*** ***
...@@ -287,4 +287,4 @@ An array of `type`, e.g. `DataTypes.ARRAY(DataTypes.DECIMAL)`. Only available in ...@@ -287,4 +287,4 @@ An array of `type`, e.g. `DataTypes.ARRAY(DataTypes.DECIMAL)`. Only available in
*** ***
_This document is automatically generated based on source code comments. Please do not edit it directly, as your changes will be ignored. Please write on <a href="irc://irc.freenode.net/#sequelizejs">IRC</a>, open an issue or a create a pull request if you feel something can be improved. For help on how to write source code documentation see [JSDoc](http://usejsdoc.org) and [dox](https://github.com/tj/dox)_ _This document is automatically generated based on source code comments. Please do not edit it directly, as your changes will be ignored. Please write on <a href="irc://irc.freenode.net/#sequelizejs">IRC</a>, open an issue or a create a pull request if you feel something can be improved. For help on how to write source code documentation see [JSDoc](http://usejsdoc.org) and [dox](https://github.com/tj/dox)_
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!