Schema Design

Turn what a system must guarantee into tables, keys and constraints — normalization judgement, nullability, foreign key behaviour, and naming that survives. Use when designing new tables, reviewing ORM models or a migration's DDL, or when a bug reduces to "the database allowed a row that should be impossible". Not for tuning a slow query, not for engine-specific syntax and features, and not for writing or running the migration that ships the change.

nahid-sparktales Updated

File contents

nahid-sparktales/agent-dispatcher/tree/main/skills/database/schema-design commit 4c4227fd12

Frequently asked questions

npx skillmds@latest add nahid-sparktales/schema-design