Apply a schema to this model. For postgres, this will actually place the schema in front of the table name - `"schema"."tableName"`,
Apply a schema to this model. For postgres, this will actually place the schema in front of the table name - `"schema"."tableName"`,
while the schema will be prepended to the table name for mysql and sqlite - `'schema.tablename'`.
while the schema will be prepended to the table name for mysql and sqlite - `'schema.tablename'`.
...
@@ -694,4 +694,4 @@ Run a describe query on the table. The result will be return to the listener as
...
@@ -694,4 +694,4 @@ Run a describe query on the table. The result will be return to the listener as
***
***
_This document is automatically generated based on source code comments. Please do not edit it directly, as your changes will be ignored. Please write on <a href="irc://irc.freenode.net/#sequelizejs">IRC</a>, open an issue or a create a pull request if you feel something can be improved. For help on how to write source code documentation see [JSDoc](http://usejsdoc.org) and [dox](https://github.com/tj/dox)_
_This document is automatically generated based on source code comments. Please do not edit it directly, as your changes will be ignored. Please write on <a href="irc://irc.freenode.net/#sequelizejs">IRC</a>, open an issue or a create a pull request if you feel something can be improved. For help on how to write source code documentation see [JSDoc](http://usejsdoc.org) and [dox](https://github.com/tj/dox)_