internetee-registry/db/migrate/20150217133755_add_country_code_ident.rb

5 lines
130 B
Ruby

class AddCountryCodeIdent < ActiveRecord::Migration
def change
add_column :contacts, :ident_country_code, :string
end
end