Skip to content

withColumnType

const withColumnType: {(type): <T>(schema) => T; <T>(schema, type): T; }

Defined in: packages/@livestore/common/dist/schema/state/sqlite/column-annotations.d.ts:15

Adds a column type annotation to a schema.

(type): <T>(schema) => T

FieldColumnType

<T>(schema): T

T extends All

T

T

<T>(schema, type): T

T extends All

T

FieldColumnType

T