class AddNameToAppliedMessage < ActiveRecord::Migration
def change
add_column :applied_messages, :name, :string
end