Skip to main content
Module

x/typeorm/src/index.ts>JoinColumnOptions

Forked from https://github.com/typeorm/typeorm
Latest
interface JoinColumnOptions
Re-export
import { type JoinColumnOptions } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Describes join column options.

Properties

optional
name: string

Name of the column.

optional
referencedColumnName: string

Name of the column in the entity to which this column is referenced.