- prima bozza catalogo
This commit is contained in:
@@ -19,6 +19,9 @@ const productInfoSchema = new Schema({
|
||||
department: {
|
||||
type: String, ref: 'Department'
|
||||
},
|
||||
sku: {
|
||||
type: String,
|
||||
},
|
||||
code: {
|
||||
type: String,
|
||||
unique: true,
|
||||
|
||||
Reference in New Issue
Block a user