Skip to content

IdColumn

@tsed/objection

Usage

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

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

Overview

ts
function IdColumn(type?: "uuid" | "increments" | "bigIncrements"): PropertyDecorator;

Released under the MIT License.