Interface GetConstraintSnippetQueryOptions

Hierarchy

  • GetConstraintSnippetQueryOptions

Properties

defaultValue?: unknown
deferrable?: Deferrable
fields: (string | BaseSqlExpression | {
    attribute?: string;
    name: string;
})[]
name?: string
references?: {
    field?: string;
    fields: string[];
    table: TableNameOrModel;
} | {
    field: string;
    fields?: string[];
    table: TableNameOrModel;
}

Type declaration

Type declaration

where?: WhereOptions<any>

Generated using TypeDoc