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