class AddColumnSidToSimManagements < ActiveRecord::Migration[6.0]
  def change
    add_column :sim_managements, :sid, :string
  end
end
