Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
UniqueConstraintNode
Interface UniqueConstraintNode
interface
UniqueConstraintNode
{
columns
:
readonly
kysely
.
ColumnNode
[]
;
kind
:
"UniqueConstraintNode"
;
name
?:
kysely
.
IdentifierNode
;
nullsNotDistinct
?:
boolean
;
}
Hierarchy (
view full
)
OperationNode
UniqueConstraintNode
Index
Properties
columns
kind
name?
nulls
Not
Distinct?
Properties
Readonly
columns
columns
:
readonly
kysely
.
ColumnNode
[]
Readonly
kind
kind
:
"UniqueConstraintNode"
Optional
Readonly
name
name
?:
kysely
.
IdentifierNode
Optional
Readonly
nulls
Not
Distinct
nulls
Not
Distinct
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
columns
kind
name
nulls
Not
Distinct
Silvertree API
Loading...