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

Commit 80d36257 by Waldir Pimenta Committed by Sushant

docs(query-interface): fix typo with remove-column parameter (#11294)

1 parent a39c63a4
Showing with 1 additions and 1 deletions
...@@ -518,7 +518,7 @@ class QueryInterface { ...@@ -518,7 +518,7 @@ class QueryInterface {
* Remove a column from a table * Remove a column from a table
* *
* @param {string} tableName Table to remove column from * @param {string} tableName Table to remove column from
* @param {string} attributeName Columns name to remove * @param {string} attributeName Column name to remove
* @param {Object} [options] Query options * @param {Object} [options] Query options
* *
* @returns {Promise} * @returns {Promise}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!