This commit is contained in:
Mr Swift
2024-08-05 19:17:25 +03:30
parent 9d8ad87452
commit f846e37a74
2 changed files with 27 additions and 15 deletions
+10
View File
@@ -67,6 +67,16 @@ const UserSchema = mongoose.Schema({
type:Number,
min:0,
default:0
},
dollarBalance:{
type:Number,
min:0,
default:0
},
score:{
type:Number,
min:0,
default:0
},
cardBank:[BankSchema],