Add a new column in a projection operator and define the expression that will fill it with data.
string
(Optional) Length: Define the maximum number of characters that is allowed for the column.
binary
decimal
Precision: Define the maximum number of digits (including Scale) that is allowed for a value in the column.
Scale: Define the maximum number of digits that is allowed after the decimal point for a value in the column.