Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | null |
|
|
||||||
| section_key | VARCHAR | 100 | null |
|
|
||||||
| title | VARCHAR | 255 | null |
|
|
||||||
| description | VARCHAR | 500 | √ | null |
|
|
|||||
| category | VARCHAR | 20 | null |
|
|
||||||
| tier | INT | 10 | 1 |
|
|
||||||
| default_visible | BIT | 1 | 1 |
|
|
||||||
| removable | BIT | 1 | 1 |
|
|
||||||
| sort_order | INT | 10 | 0 |
|
|
||||||
| group_name | VARCHAR | 100 | √ | null |
|
|
|||||
| boilerplate_key | VARCHAR | 100 | √ | null |
|
|
|||||
| data_source | VARCHAR | 100 | √ | null |
|
|
|||||
| field_definitions | LONGTEXT | 2147483647 | √ | null |
|
|
|||||
| is_system | BIT | 1 | 0 |
|
|
||||||
| 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 |
|
|
|||||
| ai_suffix | VARCHAR | 100 | √ | null |
|
|
|||||
| reviewable | BIT | 1 | 0 |
|
|
||||||
| notes_enabled_by_default | BIT | 1 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_asd_active | Performance | Asc | is_active |
| idx_asd_category | Performance | Asc | category |
| idx_asd_lbl | Performance | Asc | location_business_line_id |
| idx_asd_tier | Performance | Asc | tier |
| uk_section_key_lbl | Must be unique | Asc/Asc | section_key + location_business_line_id |