Skip to content

Step 3: Build Database Tables

In this step, the AI analyzes your confirmed requirements and designs the necessary data model. This includes generating tables, columns, relationships (at the ERD level), and relevant constraints.

Database Table Design Screen

  1. Table and column lists
  2. Foreign key relationships
  3. Edit tables: You can't edit tables directly through the interface, but you can revise them using AI prompts.
  4. Regenerate: Rebuilds tables and columns from the current requirements. This will reset any manual modifications.
  5. Confirm Structure: Finalizes the table design and proceeds to the next step.
  • Tables → Business Objects
  • Columns → BO Fields
  • Foreign Keys → Joins and Join Specs

Once confirmed, the table and column definitions become locked and cannot be changed.