Skip to main content
Go to Latest
interface Column
implements Property
import { type Column } from "https://deno.land/x/dbx@0.5.0/mod.ts";

Properties

optional
asExpression: string | { [key: string]: string; }
optional
comment: string
optional
dateOn: "delete" | "insert" | "update"
optional
generatedType: string | "virtual" | "stored"
optional
primaryKey: boolean