@grandlinex/kernel
Preparing search index...
ColumnPropsBase
Interface ColumnPropsBase
interface
ColumnPropsBase
{
canBeNull
?:
boolean
;
dataType
:
DataType
;
primaryKey
?:
boolean
;
unique
?:
boolean
;
}
Hierarchy (
View Summary
)
ColumnPropsBase
ColumnProps
Index
Properties
can
Be
Null?
data
Type
primary
Key?
unique?
Properties
Optional
can
Be
Null
canBeNull
?:
boolean
data
Type
dataType
:
DataType
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
primary
Key
unique
@grandlinex/kernel
Loading...