Database

Database conventions and patterns. Use when working on database schemas, migrations, or data modeling.

codelytv ce02e57 4 files · 6.2 KB Updated

File contents

Read and follow the database conventions documented in the resources before making changes to database schemas or queries.

Resources

  • not-null-fields.md — NOT NULL field conventions
  • table-naming-singular-plural-convention.md — Table naming conventions (singular vs plural)
  • text-over-varchar-char-convention.md — Use TEXT over VARCHAR/CHAR convention

CodelyTV/agentic_programming-course/tree/main/06-evolution/2-mcp_skills_subagents_documentation/2-skills/.agents/skills/database commit ce02e57a1c

Frequently asked questions

npx skillmds@latest add codelytv/database