internetee-registry/db/migrate/20190515113153_add_registrars_iban.rb
2021-04-26 18:54:26 +05:00

5 lines
121 B
Ruby

class AddRegistrarsIban < ActiveRecord::Migration[6.0]
def change
add_column :registrars, :iban, :string
end
end