Introduction
Migration
Appearance
import { ColumnOpts } from "@tsed/objection";
See /packages/orm/objection/src/types/domain/ColumnOpts.ts.
interface ColumnOpts { columnType: "idColumn" | "string" | "number" | "boolean"; options: any; }
columnType: "idColumn" | "string" | "number" | "boolean";
options: any;