FieldDescription
The low level definition of a subscriber source field.
| Attributes | Type | Description |
|---|---|---|
| fieldName | xs:string | The field name. |
| dataType | xs:string | The field type. |
| primary | xs:boolean | Show if the field is the primary key. |
| notNull | xs:boolean | Show if the field can contain a null value. |
| unique | xs:boolean | Show if the field should be unique. |
| autoIncrement | xs:boolean | Show if the field is autoincrement. |
| defaultValue | xs:string | The 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.