MageSmith

🛒 Magento_SalesSequence · engine innodb

sales_sequence_profile

sales_sequence_profile

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

flowchart LR
  c["sales_sequence_profile"]:::center
  n0["sales_sequence_meta"]
  click n0 "/schema/table/sales_sequence_meta"
  n0 -- meta_id --> c
  click c "/schema/table/sales_sequence_profile"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (9)

NameTypeNullDefaultComment
profile_id PKint unsignednoID
meta_id int unsignednoMeta_id
prefix varchar(32) yesPrefix
suffix varchar(32) yesSuffix
start_value int unsignedno1Start value for sequence
step int unsignedno1Step for sequence
max_value int unsignednoMaxValue for sequence
warning_value int unsignednoWarningValue for sequence
is_active boolean nofalseisActive flag

Keys & indexes

Primary key: profile_id

Unique

  • SALES_SEQUENCE_PROFILE_META_ID_PREFIX_SUFFIX (meta_id, prefix, suffix)

References (1)