@suluk/deploy - v0.1.4
↑ Suluk
GitHub
Preparing search index...
ColumnDef
Interface ColumnDef
One column, structured — shared by the full-schema emitter and the migration-delta.
interface
ColumnDef
{
name
:
string
;
type
:
string
;
notNull
:
boolean
;
pk
:
boolean
;
}
Index
Properties
name
type
not
Null
pk
Properties
name
name
:
string
type
type
:
string
not
Null
notNull
:
boolean
pk
pk
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
type
not
Null
pk
↑ Suluk
GitHub
@suluk/deploy - v0.1.4
Loading...
One column, structured — shared by the full-schema emitter and the migration-delta.