💳 Magento_Paypal · engine innodb
paypal_billing_agreement_order
Sales Billing Agreement Order
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["paypal_billing_agreement_order"]:::center n0["paypal_billing_agreement"] click n0 "/schema/table/paypal_billing_agreement" n0 -- agreement_id --> c n1["sales_order"] click n1 "/schema/table/sales_order" n1 -- order_id --> c click c "/schema/table/paypal_billing_agreement_order" 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 | |
| order_id | int unsigned | no | Order ID |
Keys & indexes
Primary key: agreement_id, order_id
Indexes
- PAYPAL_BILLING_AGREEMENT_ORDER_ORDER_ID (order_id) btree
References (2)
- agreement_id → paypal_billing_agreement .agreement_id (on delete CASCADE)
- order_id → sales_order .entity_id (on delete CASCADE)