カラムをバージョンダウン 説明 データベースのカラムをバージョンダウン ロールバックできない処理の際に主に使用 使い方 def down end 例 基本的な使い方 def down drop_table :pages end ソースコード GitHub