Skip to content

ColumnDefinition

ColumnDefinition<TEncoded, TDecoded> = object

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

TEncoded

TDecoded

readonly autoIncrement: boolean

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

false

readonly columnType: FieldColumnType

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


readonly default: Option.Option<ColumnDefaultValue<TDecoded>>

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


readonly nullable: boolean

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

false

readonly primaryKey: boolean

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

false

readonly schema: Schema.Schema<TDecoded, TEncoded>

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