add a color option

This commit is contained in:
np.w
2021-02-21 18:48:49 -06:00
parent 6d72ee24ad
commit e6ff615f7c
3 changed files with 47 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ var boxSchema = new mongoose.Schema({
description: String,
item: [itemSchema],
sort: Number,
color: Number,
});
//compile schema into model