Skip to main content
Module

x/typeorm/src/decorator/relations/JoinTable.ts

Forked from https://github.com/typeorm/typeorm
Latest
import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/decorator/relations/JoinTable.ts";

Functions

JoinTable decorator is used in many-to-many relationship to specify owner side of relationship. Its also used to set a custom junction table's name, column names and referenced columns.