Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('product_template_attribute_line_id_seq'::regclass) |
|
|
||||||||
| product_tmpl_id | int4 | 10 | null |
|
|
Product Template |
||||||||
| sequence | int4 | 10 | √ | null |
|
|
Sequence |
|||||||
| attribute_id | int4 | 10 | null |
|
|
Attribute |
||||||||
| value_count | int4 | 10 | √ | null |
|
|
Value Count |
|||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
|||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
|||||||
| 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_line_pkey | Primary key | Asc | id |
| product_template_attribute_line__attribute_id_index | Performance | Asc | attribute_id |
| product_template_attribute_line__product_tmpl_id_index | Performance | Asc | product_tmpl_id |

