class AddLocationNetworkIdToReport < ActiveRecord::Migration[6.0]
  def change
    add_column :reports, :location_network_id, :integer
    add_column :reports, :flag, :integer
    add_column :reports, :path, :string
  end
end
