Start from scratch
Cloud Database
1. Create Data Model
Select "Create from scratch" and use Cloud Database.
Fill in the model name, model identifier, and add fields for your model.
Refer to Cloud 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.
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.
MySQL Database
1. Create Data Model
Select "Create from scratch" and use MySQL database.
Fill in the model name, model identifier, and add fields for your model.
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.
|
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.