@wearesage/schema
Preparing search index...
Column
Function Column
Column
(
options
?:
{
default
?:
any
;
name
?:
string
;
nullable
?:
boolean
;
primary
?:
boolean
;
type
?:
string
;
unique
?:
boolean
;
}
,
)
:
(
target
:
any
,
propertyKey
:
string
)
=>
void
PostgreSQL-specific column decorator
Parameters
options
:
{
default
?:
any
;
name
?:
string
;
nullable
?:
boolean
;
primary
?:
boolean
;
type
?:
string
;
unique
?:
boolean
;
}
= {}
Returns
(
target
:
any
,
propertyKey
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@wearesage/schema
Loading...
PostgreSQL-specific column decorator