* Get the table name of the model, taking schema into account. The method will return The name as a string if the model has no schema, * or an object with `tableName`, `schema` and `delimiter` properties. * * @returns {string|object}
()
| 1498 | * @returns {string|object} |
| 1499 | */ |
| 1500 | static getTableName() { |
| 1501 | return this.queryGenerator.addSchema(this); |
| 1502 | } |
| 1503 | |
| 1504 | /** |
| 1505 | * Get un-scoped model |