class AddReelTypeToReels < ActiveRecord::Migration[7.0]
  def change
    add_column :reels, :reel_type, :string
  end
end
