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

Commit af47f648 by Alejandro Oviedo

fixed typo in datatype description

Changed `UUID v2` to `UUID v4`
1 parent 1c72bc93
Showing with 1 additions and 1 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
*** ***
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!