clientusage — Global. Stores data of when different users use which clients, for purposes of statistics.
| 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) |
|---|---|---|
| PRIMARY | PRIMARY | |
| userid | UNIQUE |