InstalledDevice
This commit is contained in:
@@ -26,7 +26,8 @@ const WithdrawSchema = mongoose.Schema({
|
||||
1, // Accepted
|
||||
2, // deposited
|
||||
]
|
||||
}
|
||||
},
|
||||
depositDate:Date
|
||||
})
|
||||
|
||||
module.exports = mongoose.model('Withdraw', WithdrawSchema)
|
||||
|
||||
Reference in New Issue
Block a user