Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('ir_ui_view_id_seq'::regclass) |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
| priority | int4 | 10 | null |
|
|
Sequence |
|||||||||||||||||||||||||||||||||||||||||||||||
| inherit_id | int4 | 10 | √ | null |
|
|
Inherited View |
||||||||||||||||||||||||||||||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||||||||||||||||||||||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||||||||||||||||||||||||||||||||||||||
| name | varchar | 2147483647 | null |
|
|
View Name |
|||||||||||||||||||||||||||||||||||||||||||||||
| model | varchar | 2147483647 | √ | null |
|
|
Model |
||||||||||||||||||||||||||||||||||||||||||||||
| key | varchar | 2147483647 | √ | null |
|
|
Key |
||||||||||||||||||||||||||||||||||||||||||||||
| type | varchar | 2147483647 | √ | null |
|
|
View Type |
||||||||||||||||||||||||||||||||||||||||||||||
| arch_fs | varchar | 2147483647 | √ | null |
|
|
Arch Filename |
||||||||||||||||||||||||||||||||||||||||||||||
| mode | varchar | 2147483647 | null |
|
|
View inheritance mode |
|||||||||||||||||||||||||||||||||||||||||||||||
| arch_db | jsonb | 2147483647 | √ | null |
|
|
Arch Blob |
||||||||||||||||||||||||||||||||||||||||||||||
| arch_prev | text | 2147483647 | √ | null |
|
|
Previous View Architecture |
||||||||||||||||||||||||||||||||||||||||||||||
| arch_updated | bool | 1 | √ | null |
|
|
Modified Architecture |
||||||||||||||||||||||||||||||||||||||||||||||
| active | bool | 1 | √ | null |
|
|
Active |
||||||||||||||||||||||||||||||||||||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||||||||||||||||||||||||||||||||||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||||||||||||||||||||||||||||||||||||||||||||
| customize_show | bool | 1 | √ | null |
|
|
Show As Optional Inherit |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ir_ui_view_pkey | Primary key | Asc | id |
| ir_ui_view__inherit_id_index | Performance | Asc | inherit_id |
| ir_ui_view__key_index | Performance | Asc | key |
| ir_ui_view__model_index | Performance | Asc | model |
| ir_ui_view_model_type_inherit_id | Performance | Asc/Asc | model + inherit_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| ir_ui_view_qweb_required_key | ((((type)::text <> 'qweb'::text) OR (key IS NOT NULL))) |
| ir_ui_view_inheritance_mode | ((((mode)::text <> 'extension'::text) OR (inherit_id IS NOT NULL))) |

