mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
PW is now the primary key, added login/logout route
This commit is contained in:
parent
9435cc6533
commit
cdcb1ccbbc
3 changed files with 40 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"users": {
|
||||
"tableStruct": {
|
||||
"userID": {
|
||||
"type": "number",
|
||||
"pw": {
|
||||
"type": "text",
|
||||
"primary": true,
|
||||
"notNull": true
|
||||
},
|
||||
"pw": {
|
||||
"type": "text"
|
||||
"userID": {
|
||||
"type": "number"
|
||||
},
|
||||
"lastIP": {
|
||||
"type": "text"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue