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

Commit 276076b0 by Jan Aagaard Meier

Merge pull request #4789 from alexbooker/patch-1

[ci skip] docs(migration) Possible fix for issue #4788
2 parents d46a84ff a492431b
Showing with 1 additions and 1 deletions
......@@ -207,7 +207,7 @@ queryInterface.removeColumn('Person', 'signature')
This method changes the meta data of an attribute. It is possible to change the default value, allowance of null or the data type. Please make sure, that you are completely describing the new data type.
```js 
```js
queryInterface.changeColumn(
'nameOfAnExistingTable',
'nameOfAnExistingAttribute',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!