Tables : res_groups
Columns10 |
Keys2 |
Triggers0 |
Comment:Description: |
|
Indexes1 |
Contraints0 |
Columns :
Name | Caption | Primary Key | type |
---|---|---|---|
id | id | true | INTEGER |
name | name | CHARACTER VARYING | |
comment | comment | TEXT | |
category_id | category_id | INTEGER | |
color | color | INTEGER | |
share | share | BOOLEAN | |
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 |
---|---|---|
res_groups_pkey | true | |
res_groups_name_uniq |
Indexes
Name | UNIQUE | Type | Description |
---|---|---|---|
res_groups_category_id_index | Ascending |
Columns Detail :
Name | id |
Table | res_groups |
Type | INTEGER |
Domain | |
Primary Key | true |
Not null | true |
Default Value | nextval('res_groups_id_seq'::regclass) |
Name | name |
Table | res_groups |
Type | CHARACTER VARYING |
Domain | |
Not null | true |
Unique | true |
Name | comment |
Table | res_groups |
Type | TEXT |
Domain |
Name | category_id |
Table | res_groups |
Type | INTEGER |
Domain | |
Foreign key | true |
Unique | true |
Name | color |
Table | res_groups |
Type | INTEGER |
Domain |
Name | share |
Table | res_groups |
Type | BOOLEAN |
Domain |
Name | create_uid |
Table | res_groups |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | create_date |
Table | res_groups |
Type | TIMESTAMP(6) |
Domain |
Name | write_uid |
Table | res_groups |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | write_date |
Table | res_groups |
Type | TIMESTAMP(6) |
Domain |
Project
Odoo Data Model