Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-sql
Table
Type Alias Table
type
Table
=
{
columns
:
{
allowNull
:
boolean
;
autoIncrement
:
boolean
;
constraints
:
{
column
:
string
;
table
:
string
}
[]
;
defaultValue
:
unknown
;
isLiteralDefaultValue
:
boolean
;
name
:
string
;
primaryKey
:
boolean
;
type
:
ColumnType
;
}
[]
;
name
:
string
;
schema
:
string
|
undefined
;
unique
:
string
[]
[]
;
}
Index
Properties
columns
name
schema
unique
Properties
columns
columns
:
{
allowNull
:
boolean
;
autoIncrement
:
boolean
;
constraints
:
{
column
:
string
;
table
:
string
}
[]
;
defaultValue
:
unknown
;
isLiteralDefaultValue
:
boolean
;
name
:
string
;
primaryKey
:
boolean
;
type
:
ColumnType
;
}
[]
name
name
:
string
schema
schema
:
string
|
undefined
unique
unique
:
string
[]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
columns
name
schema
unique
Forest Admin - API reference
Loading...