api-data-migration
Installation
SKILL.md
Data Migration
Purpose
Generate Drizzle ORM migrations with proper schema definition, composite indexes for tenant queries, multi-tenancy support (organization_id), and timestamp triggers.
When to Use
- Creating new database tables
- Adding columns to existing tables
- Creating indexes for performance
- Implementing tenant isolation at database level