Creazione tabella Product
This commit is contained in:
@@ -165,6 +165,9 @@ const UserSchema = new mongoose.Schema({
|
||||
subaccount: {
|
||||
type: Boolean
|
||||
},
|
||||
cart: {
|
||||
type: Object
|
||||
},
|
||||
profile: {
|
||||
img: {
|
||||
type: String
|
||||
|
||||
Reference in New Issue
Block a user