💳 Magento_Paypal · engine innodb
paypal_cert
Paypal Certificate Table
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["paypal_cert"]:::center n0["store_website"] click n0 "/schema/table/store_website" n0 -- website_id --> c click c "/schema/table/paypal_cert" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| cert_id PK | smallint unsigned | no | Cert ID | |
| website_id | smallint unsigned | no | 0 | Website ID |
| content | text | yes | Content | |
| updated_at | timestamp | yes | Updated At |
Keys & indexes
Primary key: cert_id
Indexes
- PAYPAL_CERT_WEBSITE_ID (website_id) btree
References (1)
- website_id → store_website .website_id (on delete CASCADE)