zy: add new column to micro_posts

This commit is contained in:
lovelyzhang 2016-12-27 11:51:36 +08:00
parent b42036399e
commit 11410f9b86
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddEngagedPeopleNamesToMicroPosts < ActiveRecord::Migration[5.0]
def change
add_column :micro_posts, :engaged_people_names, :text
end
end