Database – User Chart Settings (user_chart_settings_entity)
Settings for displaying user charts.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
chart_id | char(100) | Chart ID | ||
user_id | int(11) | ID of the associated agent user | ||
chart_settings | text | chart settings | ||
deleted | tinyint(4) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |