Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | null |
|
|
|||
| entity | text | 2147483647 | null |
|
|
|||
| message | text | 2147483647 | null |
|
|
|||
| timestamp | timestamptz | 35,6 | now() |
|
|
|||
| bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| koski_error_id_entity_idx | Must be unique | Asc/Asc | id + entity |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| koski_error_id_not_null1 | id IS NOT NULL |
| koski_error_timestamp_not_null1 | timestamp IS NOT NULL |
| koski_error_message_not_null1 | message IS NOT NULL |
| koski_error_entity_not_null1 | entity IS NOT NULL |
