Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('account_logs_id_seq'::regclass) |
|
|
|||||
| account_id | int4 | 10 | null |
|
|
Foreign key to account table (OneToOne) |
|||||
| opensearch_data | json | 2147483647 | null |
|
|
JSON with dashboard_url, filter_index_id, controlled_by_id, expanded_panel_ids |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| account_logs_pkey | Primary key | Asc | id |
| uq_account_logs_account_id | Must be unique | Asc | account_id |

