MCPcopy Create free account
hub / github.com/sequelize/sequelize-typescript / User

Class User

test/specs/model.spec.ts:96–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 describe('constructor', () => {
95 it('uses the passed dao name as tablename if freezeTableName', () => {
96 @Table({ freezeTableName: true, tableName: 'FrozenUser' })
97 class User extends Model {}
98
99 sequelize.addModels([User]);
100

Callers

nothing calls this directly

Calls 5

TableFunction · 0.90
DefaultFunction · 0.90
ColumnFunction · 0.90
HasManyFunction · 0.90
BelongsToManyFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…