class AddRatePlanIdToSimManagement < ActiveRecord::Migration[6.0]
  def change
#    add_column :sim_managements, :rate_plan_id, :string
  end
end
