🛍️ Magento_CheckoutAgreements · engine innodb
checkout_agreement
Checkout Agreement
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["checkout_agreement"]:::center n0["checkout_agreement_store"] click n0 "/schema/table/checkout_agreement_store" c -- agreement_id --> n0 click c "/schema/table/checkout_agreement" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (8)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| agreement_id PK | int unsigned | no | Agreement ID | |
| name | varchar(255) | yes | Name | |
| content | text | yes | Content | |
| content_height | varchar(25) | yes | Content Height | |
| checkbox_text | text | yes | Checkbox Text | |
| is_active | smallint | no | 0 | Is Active |
| is_html | smallint | no | 0 | Is Html |
| mode | smallint | no | 0 | Applied mode |
Keys & indexes
Primary key: agreement_id
Referenced by (1)
- checkout_agreement_store .agreement_id → .agreement_id (on delete CASCADE)