🛍️ Magento_CheckoutAgreements · engine innodb
checkout_agreement_store
Checkout Agreement Store
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["checkout_agreement_store"]:::center n0["checkout_agreement"] click n0 "/schema/table/checkout_agreement" n0 -- agreement_id --> c n1["store"] click n1 "/schema/table/store" n1 -- store_id --> c click c "/schema/table/checkout_agreement_store" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (2)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| agreement_id | int unsigned | no | Agreement ID | |
| store_id | smallint unsigned | no | Store ID |
Keys & indexes
Primary key: agreement_id, store_id
References (2)
- agreement_id → checkout_agreement .agreement_id (on delete CASCADE)
- store_id → store .store_id (on delete CASCADE)