Skip to main content

Start from scratch

Cloud Database

1. Create Data Model

Select "Create from scratch" and use Cloud Database.

image Fill in the model name, model identifier, and add fields for your model.

Refer to Cloud Database supported field types for field descriptions.

image

The system will automatically generate several fields (data identifier (_id), creation time (createdAt), update time (updatedAt), owner, created by (createBy), modified by (updateBy), record creator (_openid)). Your field identifiers should not duplicate these.

image

2. Write Content

Return to the content management application to edit data in the data table and perform operations such as CRUD, import/export, filter/sort, etc.

image

MySQL Database

1. Create Data Model

Select "Create from scratch" and use MySQL database.

image

Fill in the model name, model identifier, and add fields for your model. image

Refer to mysql database supported field types for field descriptions.

The system will automatically generate several fields (data identifier (_id), creation time (createdAt), update time (updatedAt), owner, created by (createBy), modified by (updateBy), record creator (_openid)). Your field identifiers should not duplicate these. image |

2. Write Content

Return to the content management application to edit data in the data table and perform operations such as CRUD, import/export, filter/sort, etc. image