Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('product_attribute_custom_value_id_seq'::regclass) |
|
|
|||||
| custom_product_template_attribute_value_id | int4 | 10 | null |
|
|
Attribute Value |
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| custom_value | varchar | 2147483647 | √ | null |
|
|
Custom Value |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||
| sale_order_line_id | int4 | 10 | √ | null |
|
|
Sales Order Line |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| product_attribute_custom_value_pkey | Primary key | Asc | id |
| product_attribute_custom_value_sol_custom_value_unique | Must be unique | Asc/Asc | custom_product_template_attribute_value_id + sale_order_line_id |

