Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| location_business_line_id | VARCHAR | 36 | null |
|
|
|||
| client_id | VARCHAR | 36 | null |
|
|
|||
| reinforcer_id | VARCHAR | 36 | null |
|
|
|||
| start_date | DATE | 10 | null |
|
|
|||
| end_date | DATE | 10 | √ | null |
|
|
||
| deprecation_reason | TEXT | 65535 | √ | null |
|
|
||
| is_active | BIT | 1 | 1 |
|
|
|||
| created_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
||
| updated_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
||
| created_by | VARCHAR | 36 | √ | null |
|
|
||
| updated_by | VARCHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_client_pref_reinforcer_active | Performance | Asc/Asc | is_active + end_date |
| idx_client_pref_reinforcer_client | Performance | Asc | client_id |
| idx_client_pref_reinforcer_reinforcer | Performance | Asc | reinforcer_id |