import products dinamically
This commit is contained in:
@@ -20,6 +20,10 @@ const searchSchema = new Schema({
|
||||
userId: {
|
||||
type: String,
|
||||
},
|
||||
date_created: {
|
||||
type: Date,
|
||||
default: Date.now,
|
||||
},
|
||||
text: {
|
||||
type: String,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user