Home > extract-pg-schema > TableIndexColumn
TableIndexColumn interface
Column in an index.
Signature:
typescript
export interface TableIndexColumn
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | Definition of index column. | ||
string | null | Column name or null if functional index. |