product_attribute_custom_value

-1 rows


Description

Product Attribute Custom Value

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
product_template_attribute_value.id product_attribute_custom_valu_custom_product_template_attr_fkey R

Attribute Value

create_uid int4 10 null
res_users.id product_attribute_custom_value_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id product_attribute_custom_value_write_uid_fkey N

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
sale_order_line.id product_attribute_custom_value_sale_order_line_id_fkey C

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

Relationships