Member Junction
Preparing search index...
@memberjunction/integration-schema-builder
ExistingColumnInfo
Interface ExistingColumnInfo
Describes an existing column in a target table.
interface
ExistingColumnInfo
{
IsNullable
:
boolean
;
MaxLength
:
number
;
Name
:
string
;
Precision
:
number
;
Scale
:
number
;
SqlType
:
string
;
}
Index
Properties
Is
Nullable
Max
Length
Name
Precision
Scale
Sql
Type
Properties
Is
Nullable
IsNullable
:
boolean
Max
Length
MaxLength
:
number
Name
Name
:
string
Precision
Precision
:
number
Scale
Scale
:
number
Sql
Type
SqlType
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Is
Nullable
Max
Length
Name
Precision
Scale
Sql
Type
Member Junction
Loading...
Describes an existing column in a target table.