MageSmith

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

Columns (2)

NameTypeNullDefaultComment
agreement_id int unsignednoAgreement ID
order_id int unsignednoOrder ID

Keys & indexes

Primary key: agreement_id, order_id

Indexes

  • PAYPAL_BILLING_AGREEMENT_ORDER_ORDER_ID (order_id) btree

References (2)