safe_migrations 1.0.1
SafeMigrations enhances Rails migrations with safe_ prefixed methods that prevent errors by checking for existing schema elements before execution. It integrates with Rails' CommandRecorder for automatic reversal in change-based migrations, ensuring safe and reliable database schema management.
Gemfile:
=
安装:
=
Runtime 依赖 (1):
activerecord
>= 7.0