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

Class UserDestroy

test/specs/instance.spec.ts:1751–1759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1749
1750 it('destroys a record with a primary key of something other than id', () => {
1751 @Table
1752 class UserDestroy extends Model {
1753 @PrimaryKey
1754 @Column
1755 newId: string;
1756
1757 @Column
1758 email: string;
1759 }
1760
1761 sequelize.addModels([UserDestroy]);
1762

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…