@grandlinex/kernel
Preparing search index...
ColumnProps
Interface ColumnProps
interface
ColumnProps
{
canBeNull
?:
boolean
;
dataType
:
DataType
;
foreignKey
?:
{
key
:
string
;
relation
:
string
;
schema
?:
string
}
;
primaryKey
?:
boolean
;
unique
?:
boolean
;
}
Hierarchy (
View Summary
)
ColumnPropsBase
ColumnProps
Index
Properties
can
Be
Null?
data
Type
foreign
Key?
primary
Key?
unique?
Properties
Optional
can
Be
Null
canBeNull
?:
boolean
data
Type
dataType
:
DataType
Optional
foreign
Key
foreignKey
?:
{
key
:
string
;
relation
:
string
;
schema
?:
string
}
Optional
primary
Key
primaryKey
?:
boolean
Optional
unique
unique
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
Be
Null
data
Type
foreign
Key
primary
Key
unique
@grandlinex/kernel
Loading...