Skip to main content

Manual table creation

tip

Before setting up the table structure, you need to first set the database type,

If you do not specify, the default type is Mysql

Please refer to Database Settings

Enter the table management main interface and click "New Table"

Enter Table Name

Click OK to enter the table 'Field Designer':

Here you can design the table's fields, indexes, foreign keys. You can view and export the table's DDL at any time, please refer to DDL.

Once the table structure design is completed, you can generate CRUD code through AI and push it to your local development tool, please refer to code.