changes in kurir and pengaturanbiayakurir schema for ref and kurir search api
This commit is contained in:
@ -100,6 +100,10 @@ const kurirSchema = new mongoose.Schema({
|
||||
type: Date,
|
||||
default: Date.now
|
||||
},
|
||||
pengaturan_pengiriman: [{
|
||||
type: mongoose.Schema.Types.ObjectId,
|
||||
ref: 'tb_pengaturan_pengiriman'
|
||||
}]
|
||||
});
|
||||
|
||||
const loginUserSchema = new mongoose.Schema({
|
||||
|
||||
Reference in New Issue
Block a user