Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface JoinColumnMetadataArgs
import { type JoinColumnMetadataArgs } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/metadata-args/JoinColumnMetadataArgs.ts";

Arguments for JoinColumnMetadata class.

Properties

target: Function | string

Class to which this column is applied.

propertyName: string

Class's property name to which this column is applied.

optional
name: string

Name of the column.

optional
referencedColumnName: string

Name of the column in the entity to which this column is referenced. This is column property name, not a column database name.