product_attribute_mapping

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('Insights.product_attribute_mapping_id_seq'::regclass)
product_id int4 10 null
product.id fk_product_attribute_mapping_product_id_product_id C
attribute_name_id int4 10 null
attribute_name.id fk_product_attribute_mapping_attribute_name_id_attribute_name_i C
attribute_value_id int4 10 null
attribute_value.id fk_product_attribute_mapping_attribute_value_id_attribute_value C
source_id text 2147483647 null
name_uid varchar 200 null
value_uid varchar 200 null

Indexes

Constraint Name Type Sort Column(s)
PK_product_attribute_mapping Primary key Asc id
ixproduct_attribute_mapping_attribute_name_id Performance Asc attribute_name_id
ixproduct_attribute_mapping_attribute_value_id Performance Asc attribute_value_id
ixproduct_attribute_mapping_product_id Performance Asc product_id

Relationships