Name of the table that will be created to store values of the both tables (join table).
By default is auto generated.
可选schema
schema?:string
Schema where join table will be created.
Works only in some databases (like postgres and mssql).
可选synchronize
synchronize?:boolean
Indicates if schema synchronization is enabled or disabled junction table.
If it will be set to false then schema sync will and migrations ignores junction table.
By default schema synchronization is enabled.
Describes join table options.