Documentation
Preparing search index...
@rivetkit/db
drizzle/mod
getTableConfig
Function getTableConfig
getTableConfig
<
TTable
extends
SQLiteTable
<
TableConfig
>
>
(
table
:
TTable
,
)
:
{
checks
:
Check
[]
;
columns
:
SQLiteColumn
<
any
,
{}
,
{}
>
[]
;
foreignKeys
:
ForeignKey
[]
;
indexes
:
Index
[]
;
name
:
string
;
primaryKeys
:
PrimaryKey
[]
;
uniqueConstraints
:
UniqueConstraint
[]
;
}
Type Parameters
TTable
extends
SQLiteTable
<
TableConfig
>
Parameters
table
:
TTable
Returns
{
checks
:
Check
[]
;
columns
:
SQLiteColumn
<
any
,
{}
,
{}
>
[]
;
foreignKeys
:
ForeignKey
[]
;
indexes
:
Index
[]
;
name
:
string
;
primaryKeys
:
PrimaryKey
[]
;
uniqueConstraints
:
UniqueConstraint
[]
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Loading...