sqlkit
Preparing search index...
ManyToManyJoin
Interface ManyToManyJoin<Pivot, Foreign>
interface
ManyToManyJoin
<
Pivot
,
Foreign
>
{
as
?:
string
;
columns
?:
(
keyof
Foreign
)
[]
;
on
:
{
foreignField
:
keyof
Pivot
;
localField
:
keyof
Pivot
}
;
table
:
string
;
}
Type Parameters
Pivot
Foreign
Index
Properties
as?
columns?
on
table
Properties
Optional
as
as
?:
string
Optional
columns
columns
?:
(
keyof
Foreign
)
[]
on
on
:
{
foreignField
:
keyof
Pivot
;
localField
:
keyof
Pivot
}
table
table
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
as
columns
on
table
sqlkit
Loading...