class AddStateToVotes < ActiveRecord::Migration[7.2] def change add_column :votes, :state, :string end end