Commit 357833c1 authored by 陈家荣's avatar 陈家荣

11

parent daea34fe
...@@ -59,6 +59,10 @@ var ForumCommentSchema = new Schema({ ...@@ -59,6 +59,10 @@ var ForumCommentSchema = new Schema({
type: Date, type: Date,
require: true, require: true,
default: Date.now default: Date.now
},
floor: { //评论楼层
type: Number,
require: false
} }
}, { }, {
'collection': 'pisns_forum_comment' 'collection': 'pisns_forum_comment'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment