Skip to content

Documentation / @super-line/core / ColumnKind

Type Alias: ColumnKind

ColumnKind = "text" | "real" | "integer-bool" | "json"

Defined in: packages/core/src/column-plan.ts:25

Storage class of a planned column; backends map it to their dialect's type.

Released under the MIT License.