internetee-registry/db/migrate/20141006130306_add_registrar_to_contacts.rb
2014-10-07 16:14:36 +03:00

5 lines
128 B
Ruby

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