Tables : ir_model_data
Columns12 |
Keys1 |
Triggers0 |
Comment:Description: |
|
Indexes2 |
Contraints0 |
Columns :
Name | Caption | Primary Key | type |
---|---|---|---|
id | id | true | INTEGER |
create_uid | create_uid | INTEGER | |
create_date | create_date | TIMESTAMP(6) | |
write_date | write_date | TIMESTAMP(6) | |
write_uid | write_uid | INTEGER | |
noupdate | noupdate | BOOLEAN | |
name | name | CHARACTER VARYING | |
date_init | date_init | TIMESTAMP(6) | |
date_update | date_update | TIMESTAMP(6) | |
module | module | CHARACTER VARYING | |
model | model | CHARACTER VARYING | |
res_id | res_id | INTEGER |
Keys :
Name | Primary Key | Description |
---|---|---|
ir_model_data_pkey | true |
Indexes
Name | UNIQUE | Type | Description |
---|---|---|---|
ir_model_data_model_res_id_index | Ascending | ||
ir_model_data_module_name_uniq_index | true | Ascending |
Columns Detail :
Name | id |
Table | ir_model_data |
Type | INTEGER |
Domain | |
Primary Key | true |
Not null | true |
Default Value | nextval('ir_model_data_id_seq'::regclass) |
Name | create_uid |
Table | ir_model_data |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | create_date |
Table | ir_model_data |
Type | TIMESTAMP(6) |
Domain |
Name | write_date |
Table | ir_model_data |
Type | TIMESTAMP(6) |
Domain |
Name | write_uid |
Table | ir_model_data |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | noupdate |
Table | ir_model_data |
Type | BOOLEAN |
Domain |
Name | name |
Table | ir_model_data |
Type | CHARACTER VARYING |
Domain | |
Not null | true |
Name | date_init |
Table | ir_model_data |
Type | TIMESTAMP(6) |
Domain |
Name | date_update |
Table | ir_model_data |
Type | TIMESTAMP(6) |
Domain |
Name | module |
Table | ir_model_data |
Type | CHARACTER VARYING |
Domain | |
Not null | true |
Name | model |
Table | ir_model_data |
Type | CHARACTER VARYING |
Domain | |
Not null | true |
Name | res_id |
Table | ir_model_data |
Type | INTEGER |
Domain |
Project
Odoo Data Model