Sorci.js
Preparing search index...
ProjectionColumnDefinition
Type Alias ProjectionColumnDefinition
type
ProjectionColumnDefinition
=
{
default
?:
string
|
number
|
boolean
;
index
?:
"btree"
|
"gin"
|
"gist"
;
nullable
?:
boolean
;
primaryKey
?:
boolean
;
type
:
ProjectionColumnType
;
}
Index
Properties
default?
index?
nullable?
primary
Key?
type
Properties
Optional
default
default
?:
string
|
number
|
boolean
Optional
index
index
?:
"btree"
|
"gin"
|
"gist"
Optional
nullable
nullable
?:
boolean
Optional
primary
Key
primaryKey
?:
boolean
type
type
:
ProjectionColumnType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
index
nullable
primary
Key
type
Sorci.js
Loading...