class AddDrawVotesToTurns < ActiveRecord::Migration[8.1] def change add_column :turns, :draw_votes, :json end end