added rss2_id

This commit is contained in:
Harry Bomrah 2014-07-14 21:27:59 +08:00
parent d26cb43a5b
commit f93b778abd
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class Diploma
field :end_date , :type => Date field :end_date , :type => Date
field :url field :url
field :note field :note
field :rss2_id
field :create_user_id, :type => BSON::ObjectId field :create_user_id, :type => BSON::ObjectId
field :update_user_id, :type => BSON::ObjectId field :update_user_id, :type => BSON::ObjectId