internetee-registry/db/migrate/20190515113153_add_registrars_iban.rb
2019-06-12 11:49:31 +03:00

5 lines
116 B
Ruby

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