返回 Skill 列表
extension
分类: 开发与工程无需 API Key

database-migration-create

安全地创建数据库迁移

person作者: 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.