product_template_attribute_line

-1 rows


Description

Product Template Attribute Line

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('product_template_attribute_line_id_seq'::regclass)
product_attribute_value_product_template_attribute_line_rel.product_template_attribute_line_id product_attribute_value_produ_product_template_attribute_l_fkey C
product_template_attribute_value.attribute_line_id product_template_attribute_value_attribute_line_id_fkey C
product_tmpl_id int4 10 null
product_template.id product_template_attribute_line_product_tmpl_id_fkey C

Product Template

sequence int4 10 null

Sequence

attribute_id int4 10 null
product_attribute.id product_template_attribute_line_attribute_id_fkey R

Attribute

value_count int4 10 null

Value Count

create_uid int4 10 null
res_users.id product_template_attribute_line_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id product_template_attribute_line_write_uid_fkey N

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

Relationships