Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| announcement_id | VARCHAR | 36 | null |
|
|
||||||
| target_type | VARCHAR | 30 | null |
|
|
||||||
| reference_id | VARCHAR | 36 | √ | null |
|
|
|||||
| display_label | VARCHAR | 255 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | null |
|
|
||||||
| created_at | DATETIME | 26 | null |
|
|
||||||
| updated_at | DATETIME | 26 | √ | null |
|
|
|||||
| created_by | VARCHAR | 255 | √ | null |
|
|
|||||
| updated_by | VARCHAR | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_announcement_targets_announcement | Performance | Asc | announcement_id |
| idx_announcement_targets_location | Performance | Asc | location_business_line_id |