Helper to create column definitions
withDefault: <T>(defaultFn: () => T) => ColumnDef<T>
encryptedNullable: <T>(def: ColumnDef<T>) => ColumnDef<T | null>
Helper to create column definitions
withDefault: <T>(defaultFn: () => T) => ColumnDef<T>
encryptedNullable: <T>(def: ColumnDef<T>) => ColumnDef<T | null>
import { col } from "docs/database.ts";