import { type kysely } from "https://deno.land/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";
const { JSONColumnType } = kysely;
A shortcut for defining JSON columns, which are by default inserted/updated as stringified JSON strings.
definition: ColumnType<SelectType, InsertType, UpdateType>