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

You need to sign in or sign up before continuing.
Commit be42a815 by Jan Aagaard Meier

[ci skip] 📝 Fix returns in api doc for model.schema

Closes #4053
1 parent 4a072a5d
Showing with 1 additions and 1 deletions
......@@ -917,7 +917,7 @@ Model.prototype.dropSchema = function(schema) {
* @param {Object} [options]
* @param {String} [options.schemaDelimiter='.'] The character(s) that separates the schema name from the table name
* @param {Function} [options.logging=false] A function that gets executed while running the query to log the sql.
* @return this
* @return {this}
*/
Model.prototype.schema = function(schema, options) {
this.options.schema = schema;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!