Interface AddCheckConstraintQueryOptions

Hierarchy

Properties

Properties

fields: (string | BaseSqlExpression | {
    attribute?: string;
    name: string;
})[]
name?: string
type: "CHECK"
where?: WhereOptions<any>

Generated using TypeDoc