cofre_users_parms
Table name: cofre_users_parms
Description: Table to store parameters for each user, like preferences, UI settings, percentage to saving etc.
|
Field |
Type |
Description |
API |
|
ID |
Integer |
Sequential number of the registry in the table |
|
|
userID |
Integer |
The id of the user in table cofre_users |
|
|
category |
String |
Where the parameter will be used. A category is keyword used to identify a set of data.
|
|
|
value |
JSON |
JSON with all parameters referred to the category. }
All these key/values pair should be defined in another document. |
|
|
status |
Integer |
A parameter could be: 1 – Active |
|
|
datainsert |
Timestamp |
Date and time when the registry was inserted in the table |
|
|
dataupdate |
Timestamp |
Date and time of the last update of the registry in the table |
|
Nenhum comentário para exibir
Nenhum comentário para exibir