socialforge/db/migrate/20160728041513_add_name_to_...

6 lines
128 B
Ruby
Raw Normal View History

2016-07-28 20:01:22 +08:00
class AddNameToAppliedMessage < ActiveRecord::Migration
def change
add_column :applied_messages, :name, :string
end
end