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

Commit 212d2d6f by Mick Hansen

Merge pull request #5150 from JSteunou/patch-1

Typo in options
2 parents dafdb7ed 8851b342
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!