This commit is contained in:
Mr Swift
2024-10-01 15:31:29 +03:30
parent 4ec81db47d
commit acf17c7f61
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ const UserSchema = mongoose.Schema({
},
shopName: String,
birthDate: String,
lastIP:String,
walletBalance: {
type: Number,
min: 0,