|
DbColumnName | | (Required) Name of the field to create. |
DbColumnSize | | Size of the field. For data types that require precision, use the comma to seperate the values. E.g. To create a field of type decimal(18,2), size should be set as 18,2.
Not all data types require a size value, consult your database documentation. |
DbColumnType | | (Required) Type of field to create. Basic types include int, decimal, float, varchar, and datetime. The attribute can be set to any data type available in the destination database system.
Defaults to varchar. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |