MageSmith

💳 Magento_Paypal · engine innodb

paypal_settlement_report

Paypal Settlement Report Table

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

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

Click a node to jump to that table.

Columns (5)

NameTypeNullDefaultComment
report_id PKint unsignednoReport ID
report_date date yesReport Date
account_id varchar(64) yesAccount ID
filename varchar(24) yesFilename
last_modified timestamp yesLast Modified

Keys & indexes

Primary key: report_id

Unique

  • PAYPAL_SETTLEMENT_REPORT_REPORT_DATE_ACCOUNT_ID (report_date, account_id)

Referenced by (1)