Tables : base_module_uninstall
Columns7 |
Keys1 |
Triggers0 |
Comment:Description: |
|
Indexes0 |
Contraints0 |
Columns :
Name | Caption | Primary Key | type |
---|---|---|---|
id | id | true | INTEGER |
show_all | show_all | BOOLEAN | |
module_id | module_id | INTEGER | |
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 |
---|---|---|
base_module_uninstall_pkey | true |
Columns Detail :
Name | id |
Table | base_module_uninstall |
Type | INTEGER |
Domain | |
Primary Key | true |
Not null | true |
Default Value | nextval('base_module_uninstall_id_seq'::regclass) |
Name | show_all |
Table | base_module_uninstall |
Type | BOOLEAN |
Domain |
Name | module_id |
Table | base_module_uninstall |
Type | INTEGER |
Domain | |
Not null | true |
Foreign key | true |
Name | create_uid |
Table | base_module_uninstall |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | create_date |
Table | base_module_uninstall |
Type | TIMESTAMP(6) |
Domain |
Name | write_uid |
Table | base_module_uninstall |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | write_date |
Table | base_module_uninstall |
Type | TIMESTAMP(6) |
Domain |
Project
Odoo Data Model