import { type TColumnDefinition } from "https://deno.land/x/justaos_orm@v10.1.0/src/types.ts";
definition: { name: string; type: string; not_null?: boolean; default?: unknown; unique?: boolean; foreign_key?: TForeignKey; }
x/justaos_orm/src/types.ts>TColumnDefinition
import { type TColumnDefinition } from "https://deno.land/x/justaos_orm@v10.1.0/src/types.ts";