Added sessions

This commit is contained in:
MrFry 2020-04-03 09:27:37 +02:00
parent cdcb1ccbbc
commit c540544e15
3 changed files with 37 additions and 6 deletions

View file

@ -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"
}