Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('ir_property_id_seq'::regclass) |
|
|
|||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||
| fields_id | int4 | 10 | null |
|
|
Field |
|||||
| value_integer | int4 | 10 | √ | null |
|
|
Value Integer |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| name | varchar | 2147483647 | √ | null |
|
|
Name |
||||
| res_id | varchar | 2147483647 | √ | null |
|
|
Resource |
||||
| value_reference | varchar | 2147483647 | √ | null |
|
|
Value Reference |
||||
| type | varchar | 2147483647 | null |
|
|
Type |
|||||
| value_text | text | 2147483647 | √ | null |
|
|
Value Text |
||||
| value_datetime | timestamp | 29,6 | √ | null |
|
|
Value Datetime |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||
| value_float | float8 | 17,17 | √ | null |
|
|
Value Float |
||||
| value_binary | bytea | 2147483647 | √ | null |
|
|
Value Binary |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ir_property_pkey | Primary key | Asc | id |
| ir_property__company_id_index | Performance | Asc | company_id |
| ir_property__name_index | Performance | Asc | name |
| ir_property__res_id_index | Performance | Asc | res_id |
| ir_property__type_index | Performance | Asc | type |
| ir_property_unique_index | Must be unique | Asc | fields_id |

