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

Commit 8851b342 by Jérôme Steunou

Typo in options

default => defaultValue
1 parent dafdb7ed
Showing with 1 additions and 1 deletions
...@@ -214,7 +214,7 @@ queryInterface.changeColumn( ...@@ -214,7 +214,7 @@ queryInterface.changeColumn(
{ {
type: Sequelize.FLOAT, type: Sequelize.FLOAT,
allowNull: false, allowNull: false,
default: 0.0 defaultValue: 0.0
} }
) )
``` ```
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!