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

Class UserDelete

test/specs/instance.spec.ts:2034–2041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2032
2033 it('allows sql logging of delete statements', () => {
2034 @Table({ paranoid: true })
2035 class UserDelete extends Model {
2036 @Column
2037 name: string;
2038
2039 @Column(DataType.TEXT)
2040 bio: string;
2041 }
2042
2043 sequelize.addModels([UserDelete]);
2044

Callers

nothing calls this directly

Calls 2

TableFunction · 0.90
ColumnFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…