DatabaseColumnProperties interface

Database column properties.

Properties

columnType

The column data type.

isComputed

Whether or not the column is computed.

memoryOptimized

Whether or not the column belongs to a memory optimized table.

temporalType

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