Home > extract-pg-schema > TableIndex
TableIndex interface
Index on a table.
Signature:
typescript
export interface TableIndex
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Array of index columns in order. | |||
boolean | Whether the index is a primary key. | ||
boolean | Whether the index is unique. | ||
string | Name of the index. |