Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typeorm/src/metadata-args/ColumnMetadataArgs.ts>ColumnMetadataArgs

Forked from https://github.com/typeorm/typeorm
Latest
interface ColumnMetadataArgs
import { type ColumnMetadataArgs } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/metadata-args/ColumnMetadataArgs.ts";

Arguments for ColumnMetadata class.

Properties

readonly
target: Function | string

Class to which column is applied.

readonly
propertyName: string

Class's property name to which column is applied.

readonly
mode: ColumnMode

Column mode in which column will work.

todo: find name better then "mode".

readonly
options: ColumnOptions

Extra column options.