Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes join table options.

Hierarchy

  • JoinTableOptions

Index

Properties

Optional database

database: undefined | string

Database where join table will be created. Works only in some databases (like mysql and mssql).

Optional inverseJoinColumn

inverseJoinColumn: JoinColumnOptions

Second (inverse) column of the join table.

Optional joinColumn

joinColumn: JoinColumnOptions

First column of the join table.

Optional name

name: undefined | string

Name of the table that will be created to store values of the both tables (join table). By default is auto generated.

Optional schema

schema: undefined | string

Schema where join table will be created. Works only in some databases (like postgres and mssql).

Generated using TypeDoc