Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | null |
|
|
||||||
| name | VARCHAR | 255 | null |
|
|
||||||
| description | TEXT | 65535 | √ | null |
|
|
|||||
| category | VARCHAR | 150 | √ | null |
|
|
|||||
| data_source_type | VARCHAR | 100 | null |
|
|
||||||
| column_keys | JSON | 1073741824 | √ | null |
|
|
|||||
| filter_config | JSON | 1073741824 | √ | null |
|
|
|||||
| sort_config | JSON | 1073741824 | √ | null |
|
|
|||||
| is_standard | BIT | 1 | 0 |
|
|
||||||
| owner_user_id | VARCHAR | 36 | √ | null |
|
|
|||||
| visibility | VARCHAR | 20 | PRIVATE |
|
|
||||||
| 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_report_def_lbl | Performance | Asc | location_business_line_id |
| idx_report_def_owner | Performance | Asc | owner_user_id |
| idx_report_def_standard | Performance | Asc | is_standard |
| idx_report_def_visibility | Performance | Asc | visibility |