- Preparing search index...
- The search index is not available
kysely
Type alias JSONColumnType<SelectType, InsertType, UpdateType>
JSONColumnType<SelectType, InsertType, UpdateType>: ColumnType<SelectType, InsertType, UpdateType>
Type Parameters
-
SelectType extends object | null
-
InsertType = string
-
UpdateType = string
A shortcut for defining JSON columns, which are by default inserted/updated as stringified JSON strings.