Type alias ColumnConstraints

ColumnConstraints: {
    uniques?: string[];
}

Contains column constraint expressions.

Type declaration

  • Optional uniques?: string[]

    An array of columns whose values must remain unique within the table.

Export

Generated using TypeDoc