Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Filled Manually
Field Type | Description | Data Type | Example or Length |
---|---|---|---|
Big Integer | It's a numeric field type used for the storage of the very huge numbers. Size of the data stored is eight bytes. In SimpleOne interface, it is displayed as an input field with a numeric value in it. | int8 | -9223372036854775808 ... 9223372036854775807 |
Char | This field type is used for storing symbolic data (for example, hash, ID, UUID, etc). Size of the data stored is 32 bytes. In SimpleOne interface, it is displayed as an input field with the symbolic value in it. | char | ru en |
Choice-like Fields
Field Type | Description | Data Type | Example / Length | |||||||
---|---|---|---|---|---|---|---|---|---|---|
Boolean | This field type implements binary logic (True or False, 1 or 0). In SimpleOne interface, it is displayed as a checkbox. You can change its default value to TRUE or FALSE by checking or unchecking it. | boolean | ||||||||
Choice | This field type implements the functionality of the choices. In SimpleOne interface, it is displayed as a drop-down list.
| varchar | 80 symbols | |||||||
Color | This field type is intended to keep and share information about the system color or the color of the interface element. This field type is used, for example, in the Rule Styles. | varchar | 40 symbols | |||||||
Conditions | This field type is used to build AND/OR filters. In SimpleOne interface, it is displayed as a filter configuration widget. It stores JSON condition inside. | text | ||||||||
Table of Contents | ||
---|---|---|
|