Back to skills
extension
Category: Development & EngineeringNo API key required

database-migration-create

Safely creates database migrations

personAuthor: jakexiaohubgithub

Procedure

  1. Analyze the schema change requirement.
  2. Write the SQL migration file (UP and DOWN if needed).
  3. Review for locking issues or data loss risks.
  4. Update ORM definitions/types.
  5. Apply migration locally to verify.