Skip to content

ColumnOptions

@tsed/objection

Usage

typescript
import { ColumnOptions } from "@tsed/objection";

See /packages/orm/objection/src/types/decorators/columnOptions.ts.

Overview

ts
function ColumnOptions(options: Partial<ColumnOpts>): PropertyDecorator;

Released under the MIT License.