Data Model Documentation
Introduction: Data Model Introduction
Staging Capabilities
The data model has differences between staging environment
and production environment
. There is isolation.
After publishing the model, all model fields take effect in the production environment. The production environment has a certain cache duration.
Note that system fields only take effect in the production environment
.
Data Model Fields
Text
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
Boolean
Property | Description |
---|
Basic Type | boolean |
Stored Value | any boolean/null |
Numeric
Property | Description |
---|
Basic Type | number |
Stored Value | any number/null |
Array
Property | Description |
---|
Basic Type | array |
Child Element Type
Other Elements
Object
Property | Description |
---|
Basic Type | object |
Child Element Type
Other Elements
Email
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
Phone
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
URL
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
Image
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
Rich Text
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
Date and Time
Property | Description |
---|
Basic Type | number |
Stored Value | any number/null |
Enum
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
Geolocation
Property | Description |
---|
Basic Type | object |
Stored Value | complex object |
File
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
Auto Numbering
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
Region
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
Primary and Sub-account Details
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
Relationship
Property | Description |
---|
Basic Type | string |
Stored Value | any string/null |
Relationship Details
In the context of master-detail relationships and associations, both are essentially many-to-one relationships, differing only in the strength of the binding.
Currently commonly referred to as old associations.

New Relationship
For the Mysql environment, new many-to-one, one-to-many, and many-to-many relationships have been created, offering more complex association query capabilities.
