Skip to content
AI Tools

Database Schema Designer

Designs database schemas with tables, relations, and indexes

Output: Complete database schema design with DDL. Context: {{DATABASE_TYPE}}, scale {{SCALE}}, constraints {{CONSTRAINTS}}. Task: Design schema for: {{REQUIREMENTS}}. Constraints: Do NOT skip normalization. Do NOT ignore indexes. Do NOT miss foreign keys. Do NOT forget performance considerations. Include DDL, ER diagram, design explanations.
0 copies

Variables

Replace these variables with your own values before using:

{REQUIREMENTS}{DATABASE_TYPE}{SCALE}{CONSTRAINTS}

Example output

Complete SQL DDL for creating tables with data type definitions, constraints, relationships, and indexes. ER diagram with normalization and optimization explanations.