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

Commit b2a21346 by iamdi Committed by GitHub

docs(query-interface): removeIndex indexNameOrAttributes (#11947)

1 parent 8a5ecc1d
Showing with 1 additions and 1 deletions
...@@ -754,7 +754,7 @@ class QueryInterface { ...@@ -754,7 +754,7 @@ class QueryInterface {
* Remove an already existing index from a table * Remove an already existing index from a table
* *
* @param {string} tableName Table name to drop index from * @param {string} tableName Table name to drop index from
* @param {string} indexNameOrAttributes Index name * @param {string|string[]} indexNameOrAttributes Index name or list of attributes that in the index
* @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!