kysely
Preparing search index...
CreateTableNode
Interface CreateTableNode
interface
CreateTableNode
{
columns
:
readonly
ColumnDefinitionNode
[]
;
constraints
?:
readonly
ConstraintNode
[]
;
endModifiers
?:
readonly
OperationNode
[]
;
frontModifiers
?:
readonly
OperationNode
[]
;
ifNotExists
?:
boolean
;
kind
:
"CreateTableNode"
;
onCommit
?:
string
;
selectQuery
?:
OperationNode
;
table
:
TableNode
;
temporary
?:
boolean
;
}
Hierarchy (
View Summary
)
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
ColumnDefinitionNode
[]
Optional
Readonly
constraints
constraints
?:
readonly
ConstraintNode
[]
Optional
Readonly
end
Modifiers
endModifiers
?:
readonly
OperationNode
[]
Optional
Readonly
front
Modifiers
frontModifiers
?:
readonly
OperationNode
[]
Optional
Readonly
if
Not
Exists
ifNotExists
?:
boolean
Readonly
kind
kind
:
"CreateTableNode"
Optional
Readonly
on
Commit
onCommit
?:
string
Optional
Readonly
select
Query
selectQuery
?:
OperationNode
Readonly
table
table
:
TableNode
Optional
Readonly
temporary
temporary
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
columns
constraints
end
Modifiers
front
Modifiers
if
Not
Exists
kind
on
Commit
select
Query
table
temporary
kysely
Loading...