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