property col.withDefault

Column with default value

Type

<T>(defaultFn: () => T) => ColumnDef<T>

Usage

import { col } from "docs/database.ts";