Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| location_business_line_id | VARCHAR | 36 | null |
|
|
|||
| provider | VARCHAR | 50 | null |
|
|
|||
| cursor_type | VARCHAR | 30 | null |
|
|
|||
| cursor_value | VARCHAR | 100 | 0 |
|
|
|||
| last_polled_at | DATETIME | 19 | √ | null |
|
|
||
| last_error | TEXT | 65535 | √ | null |
|
|
||
| created_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
|||
| updated_at | DATETIME | 19 | √ | null |
|
|
||
| created_by | VARCHAR | 36 | √ | null |
|
|
||
| updated_by | VARCHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_ch_cursor_location | Performance | Asc | location_business_line_id |
| uk_ch_cursor_scope | Must be unique | Asc/Asc/Asc | location_business_line_id + provider + cursor_type |