Skip to content
Docs
AI-Chat
AI table creation

AI table creation

The AI-assisted intelligent table structure design function allows users to quickly generate complete SQL table creation statements through simple inputs such as table names and column names. This intelligent process automatically identifies and recommends the most suitable field data type, adds appropriate comments, and creates necessary indexes, thereby greatly simplifying the design and creation process of database tables, improving development efficiency and ensuring the rationality and optimization of table structures.

'table-create'

Specific operations

1. First open the table creation interface

'table-create'

2. Click the Table Copilot button

'table-create'

3. Enter the custom table name and column name and press Enter to execute

'table-create'

4. View the generated SQL table creation statement and click Run to execute the SQL statement

'table-create'

5. Execution successful!

'table-create'

6. In the existing table structure, we can also add fields according to the needs, click the Space space bar to continue

'table-create'

7. Success!

'table-create'