Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | null |
|
|
||||||
| VARCHAR | 36 | null |
|
|
|||||||
| file_name | VARCHAR | 255 | null |
|
|
||||||
| file_path | VARCHAR | 500 | null |
|
|
||||||
| file_size | BIGINT | 19 | null |
|
|
||||||
| content_type | VARCHAR | 100 | √ | application/pdf |
|
|
|||||
| description | VARCHAR | 500 | √ | null |
|
|
|||||
| is_active | BIT | 1 | √ | 1 |
|
|
|||||
| created_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| updated_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| created_by | VARCHAR | 255 | √ | system |
|
|
|||||
| updated_by | VARCHAR | 255 | √ | system |
|
|
|||||
| scan_status | VARCHAR | 20 | √ | PENDING |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_auth_doc_auth | Performance | Asc | prior_authorization_id |
| idx_auth_doc_location | Performance | Asc | location_business_line_id |