MageSmith

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

Columns (4)

NameTypeNullDefaultComment
cert_id PKsmallint unsignednoCert ID
website_id smallint unsignedno0Website ID
content text yesContent
updated_at timestamp yesUpdated At

Keys & indexes

Primary key: cert_id

Indexes

  • PAYPAL_CERT_WEBSITE_ID (website_id) btree

References (1)