@wearesage/schema
Preparing search index...
PgIndex
Function PgIndex
PgIndex
(
options
?:
{
columns
:
string
[]
;
method
?:
"btree"
|
"hash"
|
"gist"
|
"gin"
;
name
?:
string
;
unique
?:
boolean
;
}
,
)
:
(
target
:
any
)
=>
void
Parameters
options
:
{
columns
:
string
[]
;
method
?:
"btree"
|
"hash"
|
"gist"
|
"gin"
;
name
?:
string
;
unique
?:
boolean
;
}
= ...
Returns
(
target
:
any
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@wearesage/schema
Loading...