Core Entity Groups
- identity:
users - delivery:
deals,influencers,contacts - execution:
tasks,reminders,notifications - collaboration:
team_*tables, shares, user assignments - media/links:
screenshots,short_links
Source of Truth
- canonical schema:
/server/db/schema.ts - migrations:
/migrations
Schema Change Rules
- migration-first updates
- update route validation and types in same change
- run integration tests for impacted flows
- update docs when entity or enum semantics change