Open olzraiti opened 1 month ago
The database schema is inherited from the old API, which inherited the schema from loopback.
APIUSER
PASSWORD
ACCESSTOKEN
TTL
The database schema is inherited from the old API, which inherited the schema from loopback.
APIUSER
PASSWORD
should be made nullable. Seems that the column isn't used. Or delete the whole col?ACCESSTOKEN
TTL
column, since not used.