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

Commit 488c048c by Pedro Augusto de Paula Barbosa Committed by Sushant

docs(data-types): fix typo (#11286)

1 parent 72d813b6
Showing with 2 additions and 2 deletions
......@@ -954,8 +954,8 @@ class MACADDR extends ABSTRACT {
*
* Three of the values provided here (`NOW`, `UUIDV1` and `UUIDV4`) are special default values, that should not be used to define types. Instead they are used as shorthands for
* defining default values. For example, to get a uuid field with a default value generated following v1 of the UUID standard:
* ```js`
* sequelize.define('model',` {
* ```js
* sequelize.define('model', {
* uuid: {
* type: DataTypes.UUID,
* defaultValue: DataTypes.UUIDV1,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!