Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| service_plan_id | VARCHAR | 36 | null |
|
|
|||
| location_business_line_id | VARCHAR | 36 | null |
|
|
|||
| prompt_profile_id | VARCHAR | 36 | null |
|
|
|||
| run_by_user_id | VARCHAR | 36 | null |
|
|
|||
| run_at | DATETIME | 19 | null |
|
|
|||
| model_id | VARCHAR | 255 | √ | null |
|
|
||
| input_tokens | INT | 10 | √ | null |
|
|
||
| output_tokens | INT | 10 | √ | null |
|
|
||
| findings_json | TEXT | 65535 | null |
|
|
|||
| created_at | DATETIME | 26 | √ | null |
|
|
||
| updated_at | DATETIME | 26 | √ | null |
|
|
||
| created_by | VARCHAR | 36 | √ | null |
|
|
||
| updated_by | VARCHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_bpar_location | Performance | Asc | location_business_line_id |
| idx_bpar_service_plan | Performance | Asc | service_plan_id |