Home > @datashaper/schema > JoinArgsBase
Signature:
export interface JoinArgsBase | Property | Modifiers | Type | Description |
|---|---|---|---|
| on? | string[] | (Optional) Column names to join with. If only one is specified, it will use for both tables. If none are specified, all matching column names will be used. |