Skip to main content

FieldDescription

The low level definition of a subscriber source field.

AttributesTypeDescription
fieldNamexs:stringThe field name.
dataTypexs:stringThe field type.
primaryxs:booleanShow if the field is the primary key.
notNullxs:booleanShow if the field can contain a null value.
uniquexs:booleanShow if the field should be unique.
autoIncrementxs:booleanShow if the field is autoincrement.
defaultValuexs:stringThe default value. It can be null.

Note:

The field type is equal to the MySQL data type. For example, INTEGER, BIGINTEGER, FLOAT, DOUBLE, TIMESTAMP, DATE, TIME, TEXT, VARCHAR, BLOB.