clientusage
Prev
Database Schema Browser
Next
»
clientusage
clientusage — Keeps track of when different users use which clients, for purposes of statistics.
clientusage
Column name
Type
Null
Default
Description
userid
int unsigned
0
Userid of
user
using client.
clientid
smallint unsigned
0
Clientid of client from
clients
table.
lastlogin
datetime
0000-00-00 00:00:00
The most recent time this user used this client.
Key name
Type
Column(s)
clientid
UNIQUE
userid
UNIQUE