Class: AddDescriptionShortToCareers

Inherits:
Object
  • Object
show all
Defined in:
lib/nexmo_developer/db/migrate/20180306185340_add_description_short_to_careers.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# File 'lib/nexmo_developer/db/migrate/20180306185340_add_description_short_to_careers.rb', line 2

def change
  add_column :careers, :description_short, :text
end