💳 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.
Related tables (1)
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| report_id PK | int unsigned | no | Report ID | |
| report_date | date | yes | Report Date | |
| account_id | varchar(64) | yes | Account ID | |
| filename | varchar(24) | yes | Filename | |
| last_modified | timestamp | yes | Last Modified |
Keys & indexes
Primary key: report_id
Unique
- PAYPAL_SETTLEMENT_REPORT_REPORT_DATE_ACCOUNT_ID (report_date, account_id)
Referenced by (1)
- paypal_settlement_report_row .report_id → .report_id (on delete CASCADE)