order_checkout_attribute_mapping

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('Insights.order_checkout_attribute_mapping_id_seq'::regclass)
attribute_name_id int4 10 null
attribute_name.id fk_order_checkout_attribute_mapping_attribute_name_id_attribute C
attribute_value_id int4 10 null
attribute_value.id fk_order_checkout_attribute_mapping_attribute_value_id_attribut C
order_id int4 10 null
order.id fk_order_checkout_attribute_mapping_order_id_order_id C

Indexes

Constraint Name Type Sort Column(s)
PK_order_checkout_attribute_mapping Primary key Asc id
ixorder_checkout_attribute_mapping_attribute_name_id Performance Asc attribute_name_id
ixorder_checkout_attribute_mapping_attribute_value_id Performance Asc attribute_value_id
ixorder_checkout_attribute_mapping_order_id Performance Asc order_id

Relationships