@suluk/drizzle - v0.1.6
↑ Suluk
GitHub
Preparing search index...
tableComponentsAudit
Function tableComponentsAudit
tableComponentsAudit
(
tables
:
readonly
Table
<
TableConfig
<
Column
<
any
,
object
,
object
>
>
>
[]
,
)
:
{
schemas
:
Record
<
string
,
Schema
>
;
collisions
:
string
[]
}
Like
tableComponents
but enumerates name collisions instead of dropping them silently.
Parameters
tables
:
readonly
Table
<
TableConfig
<
Column
<
any
,
object
,
object
>
>
>
[]
Returns
{
schemas
:
Record
<
string
,
Schema
>
;
collisions
:
string
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
↑ Suluk
GitHub
@suluk/drizzle - v0.1.6
Loading...
Like tableComponents but enumerates name collisions instead of dropping them silently.