mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 11:17:38 +02:00
Added sessions
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"primary": true,
|
||||
"notNull": true
|
||||
},
|
||||
"userID": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"lastIP": {
|
||||
@@ -22,11 +22,14 @@
|
||||
},
|
||||
"acesses": {
|
||||
"tableStruct": {
|
||||
"userID": {
|
||||
"accessId": {
|
||||
"type": "number",
|
||||
"primary": true,
|
||||
"notNull": true
|
||||
},
|
||||
"userId": {
|
||||
"type": "number"
|
||||
},
|
||||
"ip": {
|
||||
"type": "text"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user