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

Class User2

test/specs/instance.spec.ts:1211–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1209 clock.tick(1000);
1210
1211 @Table({
1212 timestamps: true,
1213 createdAt: false,
1214 })
1215 class User2 extends Model {
1216 @Column
1217 username: string;
1218 }
1219
1220 sequelize.addModels([User2]);
1221

Callers

nothing calls this directly

Calls 1

TableFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…