Tables : ir_config_parameter
Columns7 |
Keys2 |
Triggers0 |
Comment:Description: |
|
Indexes1 |
Contraints0 |
|||
Columns :
| Name | Caption | Primary Key | type |
|---|---|---|---|
| id | id | true | INTEGER |
| key | key | CHARACTER VARYING | |
| value | value | TEXT | |
| 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_config_parameter_pkey | true | |
| ir_config_parameter_key_uniq |
Indexes
| Name | UNIQUE | Type | Description |
|---|---|---|---|
| ir_config_parameter_key_index | Ascending |
Columns Detail :
| Name | id |
| Table | ir_config_parameter |
| Type | INTEGER |
| Domain | |
| Primary Key | true |
| Not null | true |
| Default Value | nextval('ir_config_parameter_id_seq'::regclass) |
| Name | key |
| Table | ir_config_parameter |
| Type | CHARACTER VARYING |
| Domain | |
| Not null | true |
| Unique | true |
| Name | value |
| Table | ir_config_parameter |
| Type | TEXT |
| Domain | |
| Not null | true |
| Name | create_uid |
| Table | ir_config_parameter |
| Type | INTEGER |
| Domain | |
| Foreign key | true |
| Name | create_date |
| Table | ir_config_parameter |
| Type | TIMESTAMP(6) |
| Domain |
| Name | write_uid |
| Table | ir_config_parameter |
| Type | INTEGER |
| Domain | |
| Foreign key | true |
| Name | write_date |
| Table | ir_config_parameter |
| Type | TIMESTAMP(6) |
| Domain |
Project
Odoo Data Model