dbSetup import cids

This commit is contained in:
MrFry 2020-04-07 09:41:00 +02:00
parent 131577f25b
commit fb8e12f8d2
3 changed files with 46 additions and 15 deletions

View file

@ -11,6 +11,9 @@
"notNull": true,
"unique": true
},
"oldCID": {
"type": "text"
},
"lastIP": {
"type": "text"
},
@ -18,7 +21,8 @@
"type": "text"
},
"loginCount": {
"type": "number"
"type": "number",
"defaultZero": true
},
"lastLogin": {
"type": "text"