MageSmith

👤 Magento_Customer · engine innodb

customer_group

Customer Group

Neighbourhood (1-hop foreign-key graph — showing 6 of 6)

flowchart LR
  c["customer_group"]:::center
  n0["salesrule_product_attribute"]
  click n0 "/schema/table/salesrule_product_attribute"
  c -- customer_group_id --> n0
  n1["catalog_product_bundle_price_index"]
  click n1 "/schema/table/catalog_product_bundle_price_index"
  c -- customer_group_id --> n1
  n2["catalog_product_entity_tier_price"]
  click n2 "/schema/table/catalog_product_entity_tier_price"
  c -- customer_group_id --> n2
  n3["catalog_product_index_tier_price"]
  click n3 "/schema/table/catalog_product_index_tier_price"
  c -- customer_group_id --> n3
  n4["catalogrule_customer_group"]
  click n4 "/schema/table/catalogrule_customer_group"
  c -- customer_group_id --> n4
  n5["salesrule_customer_group"]
  click n5 "/schema/table/salesrule_customer_group"
  c -- customer_group_id --> n5
  click c "/schema/table/customer_group"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (3)

NameTypeNullDefaultComment
customer_group_id PKint unsignedno
customer_group_code varchar(32) noCustomer Group Code
tax_class_id int unsignedno0Tax Class ID

Keys & indexes

Primary key: customer_group_id

Indexes

  • CUSTOMER_GROUP_CUSTOMER_GROUP_CODE (customer_group_code) btree

Referenced by (6)