Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||
| reference_id | VARCHAR | 36 | √ | null |
|
|
||
| user_id | VARCHAR | 36 | √ | null |
|
|
||
| exception_class | VARCHAR | 255 | null |
|
|
|||
| exception_message | TEXT | 65535 | null |
|
|
|||
| payload_file | VARCHAR | 255 | √ | null |
|
|
||
| datetime | TIMESTAMP | 19 | null |
|
|
|||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| card_builder_exceptions_occurred_at_index | Performance | Asc | datetime |
| card_builder_exceptions_reference_id_index | Performance | Asc | reference_id |
| card_builder_exceptions_user_id_index | Performance | Asc | user_id |
