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

5 lines
133 B
Ruby

class AddRegistrarToContacts < ActiveRecord::Migration[6.0]
def change
add_column :contacts, :registrar_id, :integer
end
end