class AddSummaryAndIconToCareers

Public Instance Methods

change() click to toggle source
# File lib/nexmo_developer/db/migrate/20180306161650_add_summary_and_icon_to_careers.rb, line 2
def change
  add_column :careers, :summary, :string
  add_column :careers, :icon, :string
end