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