MCPcopy
hub / github.com/sequelize/sequelize-auto / Field

Interface Field

src/types.ts:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface Field extends ColumnDescription {
14 foreignKey: any;
15 special: any[];
16 elementType: string;
17 unique: boolean;
18}
19
20export interface IndexField {
21 /** field name */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected