Skip to content

ColumnDefinition

ColumnDefinition<TEncoded, TDecoded> = object

Defined in: packages/@livestore/common/dist/schema/state/sqlite/db-schema/dsl/field-defs.d.ts:2

TEncoded

TDecoded

readonly columnType: FieldColumnType

Defined in: packages/@livestore/common/dist/schema/state/sqlite/db-schema/dsl/field-defs.d.ts:3


readonly default: Option.Option<TEncoded>

Defined in: packages/@livestore/common/dist/schema/state/sqlite/db-schema/dsl/field-defs.d.ts:5


readonly nullable: boolean

Defined in: packages/@livestore/common/dist/schema/state/sqlite/db-schema/dsl/field-defs.d.ts:7

false

readonly primaryKey: boolean

Defined in: packages/@livestore/common/dist/schema/state/sqlite/db-schema/dsl/field-defs.d.ts:9

false

readonly schema: Schema<TDecoded, TEncoded>

Defined in: packages/@livestore/common/dist/schema/state/sqlite/db-schema/dsl/field-defs.d.ts:4