データベースマイグレーションのベストプラクティス。 スキーマ変更時に自動適用される。
Provides database migration best practices for schema changes. Automatically triggers when creating or modifying migration files to enforce naming conventions, transaction safety, and rollback requirements.
/plugin marketplace add nakamura-shuta/dev-marketplace/plugin install database-migration-plugin@dev-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
YYYYMMDDHHMMSS_description.sql20250121120000_add_user_email.sqlNOT NULL制約に注意(デフォルト値を設定)Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.