Database where join table will be created. Works only in some databases (like mysql and mssql).
Second (inverse) column of the join table.
First column of the join table.
Name of the table that will be created to store values of the both tables (join table). By default is auto generated.
Class's property name to which this column is applied.
Schema where join table will be created. Works only in some databases (like postgres and mssql).
Class to which this column is applied.
Generated using TypeDoc
Arguments for JoinTableMetadata class.