Member Junction
Preparing search index...
@memberjunction/schema-engine
ExistingColumnInfo
Interface ExistingColumnInfo
Current state of a single column.
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...
Current state of a single column.