Postgres Schema Design

Design and review PostgreSQL tables/schemas. Covers data modeling (entities·relationships·normalization), identifier strategy (natural/surrogate keys), constraints·integrity (PK/FK/UNIQUE/CHECK), type selection, history modeling, and naming conventions. Use when writing new table/migration DDL or reviewing an existing schema. Applies the principles of "Core Data Modeling," validated against the official PostgreSQL documentation.

ch4570 e4e3de4 7 files · 28.5 KB Updated

File contents

ch4570/vulpora/tree/main/skills/postgres-schema-design commit e4e3de4718

Frequently asked questions

npx skillmds@latest add ch4570/postgres-schema-design