class AddBirthdayPartyText < ActiveRecord::Migration def self.up add_column :locations, :birthday_text, :text end def self.down remove_column :locations, :birthday_text end end