property col.encryptedNullable

Wrap an existing encrypted column def to pass through null values

Type

<T>(def: ColumnDef<T>) => ColumnDef<T | null>

Usage

import { col } from "doc.ts";