Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
CreateTableNode
Interface CreateTableNode
interface
CreateTableNode
{
columns
:
readonly
kysely
.
ColumnDefinitionNode
[]
;
constraints
?:
readonly
ConstraintNode
[]
;
endModifiers
?:
readonly
OperationNode
[]
;
frontModifiers
?:
readonly
OperationNode
[]
;
ifNotExists
?:
boolean
;
kind
:
"CreateTableNode"
;
onCommit
?:
string
;
selectQuery
?:
OperationNode
;
table
:
kysely
.
TableNode
;
temporary
?:
boolean
;
}
Hierarchy (
view full
)
OperationNode
CreateTableNode
Index
Properties
columns
constraints?
end
Modifiers?
front
Modifiers?
if
Not
Exists?
kind
on
Commit?
select
Query?
table
temporary?
Properties
Readonly
columns
columns
:
readonly
kysely
.
ColumnDefinitionNode
[]
Optional
Readonly
constraints
constraints
?:
readonly
ConstraintNode
[]
Optional
Readonly
end
Modifiers
end
Modifiers
?:
readonly
OperationNode
[]
Optional
Readonly
front
Modifiers
front
Modifiers
?:
readonly
OperationNode
[]
Optional
Readonly
if
Not
Exists
if
Not
Exists
?:
boolean
Readonly
kind
kind
:
"CreateTableNode"
Optional
Readonly
on
Commit
on
Commit
?:
string
Optional
Readonly
select
Query
select
Query
?:
OperationNode
Readonly
table
table
:
kysely
.
TableNode
Optional
Readonly
temporary
temporary
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
columns
constraints
end
Modifiers
front
Modifiers
if
Not
Exists
kind
on
Commit
select
Query
table
temporary
Silvertree API
Loading...