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

Commit 894fdf3e by Jourdan Rodrigues Committed by Sushant

docs(createTable): attributes should be object (#9104)

1 parent ce39d389
Showing with 1 additions and 1 deletions
...@@ -148,7 +148,7 @@ class QueryInterface { ...@@ -148,7 +148,7 @@ class QueryInterface {
* ``` * ```
* *
* @param {String} tableName Name of table to create * @param {String} tableName Name of table to create
* @param {Array} attributes List of table attributes to create * @param {Object} attributes Object representing a list of table attributes to create
* @param {Object} [options] * @param {Object} [options]
* @param {Model} [model] * @param {Model} [model]
* *
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!