Database Schema Designer

Designs a normalized database schema with tables, columns, types, PKs, FKs, and indexes.

#database #schema #sql #postgres #design
Database Schema DesignerPublic Template

Output

Design a relational database schema for the following application.

Application name: [app_name] Database engine: [db_engine] Description of what needs to be stored: [data_description] Estimated scale: [scale] (e.g., 10k rows/month) Special requirements: [requirements]

Output:

  1. List of tables with purpose
  2. For each table: CREATE TABLE SQL with columns, data types, constraints, PKs, and FKs
  3. Index recommendations with justification
  4. Entity-relationship description (text-based)
  5. Any normalization decisions explained

Variables

0 / 128

0 / 128

0 / 2048

0 / 128

0 / 512