add a color option
This commit is contained in:
@@ -33,6 +33,7 @@ var boxSchema = new mongoose.Schema({
|
||||
description: String,
|
||||
item: [itemSchema],
|
||||
sort: Number,
|
||||
color: Number,
|
||||
});
|
||||
|
||||
//compile schema into model
|
||||
|
||||
Reference in New Issue
Block a user