class AddAgessaNumberToInvRightOwners < ActiveRecord::Migration[6.0]
  def change
    add_column :inv_right_owners, :agessa_number, :string
  end
end
