Package version:

A column in a table.

interface Column {
    name: string;
    type: ColumnDataType;
}

Hierarchy (view full)

Properties

Properties

name: string

The name of this column.

The data type of this column.