Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes all join table with multiple column options.

Hierarchy

  • JoinTableMultipleColumnsOptions

Index

Properties

Optional database

database: undefined | string

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

Optional inverseJoinColumns

inverseJoinColumns: JoinColumnOptions[]

Second (inverse) column of the join table.

Optional joinColumns

joinColumns: 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