class AddPhaseToBoardProposals < ActiveRecord::Migration[8.1] def change add_column :board_proposals, :phase, :string end end