API 参考
    正在准备搜索索引...

    Database's table unique constraint options.

    interface TableUniqueOptions {
        columnNames: string[];
        deferrable?: string;
        name?: string;
    }
    索引

    属性

    columnNames: string[]

    Columns that contains this constraint.

    deferrable?: string

    Set this foreign key constraint as "DEFERRABLE" e.g. check constraints at start or at the end of a transaction

    name?: string

    Constraint name.