fix: order number props
This commit is contained in:
parent
759aad2d80
commit
0d759847bf
@ -29,6 +29,8 @@ const schema = new Schema({
|
|||||||
required: true
|
required: true
|
||||||
},
|
},
|
||||||
orderNumber: {
|
orderNumber: {
|
||||||
|
type: String,
|
||||||
|
unique: true
|
||||||
},
|
},
|
||||||
status: {
|
status: {
|
||||||
type: String,
|
type: String,
|
||||||
|
Loading…
Reference in New Issue
Block a user