Member Junction
Preparing search index...
@memberjunction/integration-schema-builder
ColumnModification
Interface ColumnModification
Describes a column type/nullability change.
interface
ColumnModification
{
ColumnName
:
string
;
NewNullable
:
boolean
;
NewType
:
string
;
OldNullable
:
boolean
;
OldType
:
string
;
}
Index
Properties
Column
Name
New
Nullable
New
Type
Old
Nullable
Old
Type
Properties
Column
Name
ColumnName
:
string
New
Nullable
NewNullable
:
boolean
New
Type
NewType
:
string
Old
Nullable
OldNullable
:
boolean
Old
Type
OldType
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Column
Name
New
Nullable
New
Type
Old
Nullable
Old
Type
Member Junction
Loading...
Describes a column type/nullability change.