👤 Magento_Customer · engine innodb
customer_entity_decimal
Customer Entity Decimal
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["customer_entity_decimal"]:::center n0["eav_attribute"] click n0 "/schema/table/eav_attribute" n0 -- attribute_id --> c n1["customer_entity"] click n1 "/schema/table/customer_entity" n1 -- entity_id --> c click c "/schema/table/customer_entity_decimal" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| value_id PK | int | no | Value ID | |
| attribute_id | smallint unsigned | no | 0 | Attribute ID |
| entity_id | int unsigned | no | 0 | Entity ID |
| value | decimal | no | 0 | Value |
Keys & indexes
Primary key: value_id
Unique
- CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID (entity_id, attribute_id)
Indexes
- CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID (attribute_id) btree
- CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE (entity_id, attribute_id, value) btree
References (2)
- attribute_id → eav_attribute .attribute_id (on delete CASCADE)
- entity_id → customer_entity .entity_id (on delete CASCADE)