Archived
2

adjusted material

This commit is contained in:
VLE2FE
2020-05-13 14:18:15 +02:00
parent 478660573d
commit 806b77eecf
7 changed files with 109 additions and 49 deletions

View File

@ -10,7 +10,8 @@ const MaterialSchema = new mongoose.Schema({
numbers: [{
color: String,
number: Number
}]
}],
status: Number
});
export default mongoose.model('material', MaterialSchema);