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

Interface Table

src/types.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { FKSpec } from "./dialects/dialect-options";
6
7export interface Table {
8 name?: string;
9 table_name: string;
10 table_schema?: string;
11}
12
13export interface Field extends ColumnDescription {
14 foreignKey: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected