Tables : ir_model_relation
Columns10 |
Keys1 |
Triggers0 |
Comment:Description: |
|
Indexes3 |
Contraints0 |
Columns :
Name | Caption | Primary Key | type |
---|---|---|---|
id | id | true | INTEGER |
name | name | CHARACTER VARYING | |
model | model | INTEGER | |
module | module | INTEGER | |
date_update | date_update | TIMESTAMP(6) | |
date_init | date_init | TIMESTAMP(6) | |
create_uid | create_uid | INTEGER | |
create_date | create_date | TIMESTAMP(6) | |
write_uid | write_uid | INTEGER | |
write_date | write_date | TIMESTAMP(6) |
Keys :
Name | Primary Key | Description |
---|---|---|
ir_model_relation_pkey | true |
Indexes
Name | UNIQUE | Type | Description |
---|---|---|---|
ir_model_relation_module_index | Ascending | ||
ir_model_relation_model_index | Ascending | ||
ir_model_relation_name_index | Ascending |
Columns Detail :
Name | id |
Table | ir_model_relation |
Type | INTEGER |
Domain | |
Primary Key | true |
Not null | true |
Default Value | nextval('ir_model_relation_id_seq'::regclass) |
Name | name |
Table | ir_model_relation |
Type | CHARACTER VARYING |
Domain | |
Not null | true |
Name | model |
Table | ir_model_relation |
Type | INTEGER |
Domain | |
Not null | true |
Foreign key | true |
Name | module |
Table | ir_model_relation |
Type | INTEGER |
Domain | |
Not null | true |
Foreign key | true |
Name | date_update |
Table | ir_model_relation |
Type | TIMESTAMP(6) |
Domain |
Name | date_init |
Table | ir_model_relation |
Type | TIMESTAMP(6) |
Domain |
Name | create_uid |
Table | ir_model_relation |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | create_date |
Table | ir_model_relation |
Type | TIMESTAMP(6) |
Domain |
Name | write_uid |
Table | ir_model_relation |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | write_date |
Table | ir_model_relation |
Type | TIMESTAMP(6) |
Domain |
Project
Odoo Data Model