This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/db/migrate/20211004161651_add_skype_to_p_contacts.rb

6 lines
124 B
Ruby

class AddSkypeToPContacts < ActiveRecord::Migration[6.0]
def change
add_column :p_contacts, :skype, :string
end
end