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

5 lines
135 B
Ruby

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