@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
ColumnSchema
Interface ColumnSchema
Column definition for an object store schema.
interface
ColumnSchema
{
name
:
string
;
type
?:
ColumnType
;
primaryKey
?:
boolean
;
notNull
?:
boolean
;
unique
?:
boolean
;
}
Index
Properties
name
type?
primary
Key?
not
Null?
unique?
Properties
name
name
:
string
Optional
type
type
?:
ColumnType
Optional
primary
Key
primaryKey
?:
boolean
Optional
not
Null
notNull
?:
boolean
Optional
unique
unique
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
type
primary
Key
not
Null
unique
@valon-technologies/gestalt
Loading...
Column definition for an object store schema.