import { type JoinTableOptions } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";
Describes join table options.
Properties
Name of the table that will be created to store values of the both tables (join table). By default is auto generated.
Database where join table will be created. Works only in some databases (like mysql and mssql).