* 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}
()
| 1447 | * @returns {string|object} |
| 1448 | */ |
| 1449 | static getTableName() { |
| 1450 | return this.queryGenerator.addSchema(this); |
| 1451 | } |
| 1452 | |
| 1453 | /** |
| 1454 | * Get un-scoped model |