Cx Database Schema

Use when writing a database migration or Sequelize model in the cx-saas-server repo — covers column naming (camelCase FKs vs snake_case data), the standard trailing block, foreign keys, ENUMs, paranoid soft delete, associations, indexes, and registering the model. Keeps migration columns and model init() in 1:1 lockstep.

surajkuushwaha Updated

File contents

surajkuushwaha/skills/tree/main/skills/cx/cx-database-schema commit dc4002ae6e

Frequently asked questions

npx skillmds@latest add surajkuushwaha/cx-database-schema