mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
dbSetup import cids
This commit is contained in:
parent
131577f25b
commit
fb8e12f8d2
3 changed files with 46 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue