transfer project in github
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const mongoose = require('mongoose');
|
||||
|
||||
const GetTokenLimitSchema = mongoose.Schema({
|
||||
phone : String,
|
||||
createdAt : {type : Date , expires : 120 , default : Date.now()}
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('GetTokenLimit', GetTokenLimitSchema);
|
||||
Reference in New Issue
Block a user