🛒 Magento_SalesSequence · engine innodb
sales_sequence_meta
sales_sequence_meta
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["sales_sequence_meta"]:::center n0["sales_sequence_profile"] click n0 "/schema/table/sales_sequence_profile" c -- meta_id --> n0 click c "/schema/table/sales_sequence_meta" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| meta_id PK | int unsigned | no | ID | |
| entity_type | varchar(32) | no | Prefix | |
| store_id | smallint unsigned | no | Store ID | |
| sequence_table | varchar(64) | no | table for sequence |
Keys & indexes
Primary key: meta_id
Unique
- SALES_SEQUENCE_META_ENTITY_TYPE_STORE_ID (entity_type, store_id)
Referenced by (1)
- sales_sequence_profile .meta_id → .meta_id (on delete CASCADE)