Skip to content

Home > extract-pg-schema > TableIndexColumn

TableIndexColumn interface

Column in an index.

Signature:

typescript
export interface TableIndexColumn

Properties

Property

Modifiers

Type

Description

definition

string

Definition of index column.

name

string | null

Column name or null if functional index.