Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('product_template_attribute_value_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||
| product_attribute_value_id | int4 | 10 | null |
|
|
Attribute Value |
||||||||||||||||||||||||||
| attribute_line_id | int4 | 10 | null |
|
|
Attribute Line |
||||||||||||||||||||||||||
| product_tmpl_id | int4 | 10 | √ | null |
|
|
Product Template |
|||||||||||||||||||||||||
| attribute_id | int4 | 10 | √ | null |
|
|
Attribute |
|||||||||||||||||||||||||
| color | int4 | 10 | √ | null |
|
|
Color |
|||||||||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
|||||||||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
|||||||||||||||||||||||||
| price_extra | numeric | 0 | √ | null |
|
|
Value Price Extra |
|||||||||||||||||||||||||
| ptav_active | bool | 1 | √ | null |
|
|
Active |
|||||||||||||||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
|||||||||||||||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| product_template_attribute_value_pkey | Primary key | Asc | id |
| product_template_attribute_value__attribute_id_index | Performance | Asc | attribute_id |
| product_template_attribute_value__attribute_line_id_index | Performance | Asc | attribute_line_id |
| product_template_attribute_value__product_attribute_va_63041d9e | Performance | Asc | product_attribute_value_id |
| product_template_attribute_value__product_tmpl_id_index | Performance | Asc | product_tmpl_id |
| product_template_attribute_value_attribute_value_unique | Must be unique | Asc/Asc | attribute_line_id + product_attribute_value_id |

