Database Configuration
Table Fields
Table Relationships
Define foreign key relationships between tables to establish data integrity constraints.
Add at least two tables to define relationships.
Advanced Database Options
SQL Preview
MySQL
1 table
6 fields
-- SQL will be generated here
-- Select a database system and configure your schema
Database System Features
E-Commerce
Customers, products, orders, categories, and payments
Blog System
Users, posts, comments, tags, and media
Enterprise
Employees, departments, projects, and attendance
Inventory
Products, suppliers, warehouses, transactions