MageSmith

🛒 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.

Columns (4)

NameTypeNullDefaultComment
meta_id PKint unsignednoID
entity_type varchar(32) noPrefix
store_id smallint unsignednoStore ID
sequence_table varchar(64) notable for sequence

Keys & indexes

Primary key: meta_id

Unique

  • SALES_SEQUENCE_META_ENTITY_TYPE_STORE_ID (entity_type, store_id)

Referenced by (1)