DatabaseColumnProperties interface
Database column properties.
Properties
| column |
The column data type. |
| is |
Whether or not the column is computed. |
| memory |
Whether or not the column belongs to a memory optimized table. |
| temporal |
The table temporal type. |
Property Details
columnType
The column data type.
columnType?: string
Property Value
string
isComputed
Whether or not the column is computed.
isComputed?: boolean
Property Value
boolean
memoryOptimized
Whether or not the column belongs to a memory optimized table.
memoryOptimized?: boolean
Property Value
boolean
temporalType
The table temporal type.
temporalType?: string
Property Value
string