ColumnOptions
@tsed/objection
Usage
typescript
import { ColumnOptions } from "@tsed/objection";See /packages/orm/objection/src/decorators/columnOptions.ts.
Overview
ts
function ColumnOptions(options: Partial<ColumnOpts>): PropertyDecorator;