interface ShowConstraintsQueryOptions {
    columnName?: string;
    constraintName?: string;
    constraintType?: ConstraintType;
}

Hierarchy (view full)

Properties

columnName?: string
constraintName?: string
constraintType?: ConstraintType