Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| location_business_line_id | VARCHAR | 36 | null |
|
|
|||
| suffix | VARCHAR | 100 | null |
|
|
|||
| description | VARCHAR | 500 | √ | null |
|
|
||
| prompt_text | TEXT | 65535 | null |
|
|
|||
| is_active | BIT | 1 | 1 |
|
|
|||
| 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_ai_section_prompt_active | Performance | Asc | is_active |
| idx_ai_section_prompt_lbl | Performance | Asc | location_business_line_id |
| uk_ai_section_prompt_suffix_lbl | Must be unique | Asc/Asc | suffix + location_business_line_id |