class AddDataPlanToSimRatePlans < ActiveRecord::Migration[6.0]
  def change
    add_column :sim_rate_plans, :data_plan, :string
  end
end
