product_category_mapping

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('Insights.product_category_mapping_id_seq'::regclass)
category_id int4 10 null
category.id fk_product_category_mapping_category_id_category_id C
product_id int4 10 null
product.id fk_product_category_mapping_product_id_product_id R
external_ref uuid 2147483647 null
source_id int4 10 null

Indexes

Constraint Name Type Sort Column(s)
PK_product_category_mapping Primary key Asc id
ixproduct_category_mapping_category_id Performance Asc category_id
ixproduct_category_mapping_product_id Performance Asc product_id

Relationships