Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | null |
|
|
||||||
| variable_key | VARCHAR | 100 | null |
|
|
||||||
| name | VARCHAR | 255 | null |
|
|
||||||
| category | VARCHAR | 100 | General |
|
|
||||||
| data_path | VARCHAR | 500 | √ | null |
|
|
|||||
| default_value | VARCHAR | 1000 | √ | null |
|
|
|||||
| is_system | BIT | 1 | 0 |
|
|
||||||
| is_active | BIT | 1 | 1 |
|
|
||||||
| created_at | DATETIME | 19 | null |
|
|
||||||
| updated_at | DATETIME | 19 | √ | null |
|
|
|||||
| created_by | VARCHAR | 255 | √ | null |
|
|
|||||
| updated_by | VARCHAR | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_variable_active | Performance | Asc | is_active |
| idx_variable_category | Performance | Asc | category |
| idx_variable_lbl | Performance | Asc | location_business_line_id |
| uk_variable_key_lbl | Must be unique | Asc/Asc | variable_key + location_business_line_id |