mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added sessions
This commit is contained in:
parent
cdcb1ccbbc
commit
c540544e15
3 changed files with 37 additions and 6 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue