Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/knex-schema
ValidatedJoinManySpec
Interface ValidatedJoinManySpec
interface
ValidatedJoinManySpec
{
as
:
string
;
foreignColumn
:
string
;
foreignQuery
:
QueryBuilder
;
limit
:
number
|
null
;
localColumn
:
string
;
mappers
?:
Record
<
string
,
string
|
(
(
value
:
any
)
=>
any
)
>
;
offset
:
number
|
null
;
orderBy
:
{
column
:
string
;
direction
:
"asc"
|
"desc"
}
|
null
;
}
Index
Properties
as
foreign
Column
foreign
Query
limit
local
Column
mappers?
offset
order
By
Properties
as
as
:
string
foreign
Column
foreignColumn
:
string
foreign
Query
foreignQuery
:
QueryBuilder
limit
limit
:
number
|
null
local
Column
localColumn
:
string
Optional
mappers
mappers
?:
Record
<
string
,
string
|
(
(
value
:
any
)
=>
any
)
>
offset
offset
:
number
|
null
order
By
orderBy
:
{
column
:
string
;
direction
:
"asc"
|
"desc"
}
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
as
foreign
Column
foreign
Query
limit
local
Column
mappers
offset
order
By
← Back to Website
All Versions
Libraries
Loading...