Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| client_id | VARCHAR | 36 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | null |
|
|
||||||
| name | VARCHAR | 255 | null |
|
|
||||||
| issued_date | DATE | 10 | √ | null |
|
|
|||||
| expiration_date | DATE | 10 | √ | null |
|
|
|||||
| status | VARCHAR | 50 | MISSING |
|
|
||||||
| notes | TEXT | 65535 | √ | null |
|
|
|||||
| created_at | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_required_document_client_id | Performance | Asc | client_id |
| idx_required_document_lbl | Performance | Asc | location_business_line_id |