Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    |||
| entity_id | text | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    |||
| entity_type | text | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    |||
| task_type | text | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    |||
| key | text | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    |||
| value | text | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    |||
| state | text | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||
| error | text | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||
| last_updated | timestamp | 29,6 | √ | null | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| task_status_pkey | Primary key | Asc | id | 
| task_status_entity_id_task_type_key_key | Must be unique | Asc/Asc/Asc | entity_id + task_type + key | 
