MageSmith

🛍️ Magento_Quote · engine innodb

quote_payment

Sales Flat Quote Payment

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

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

Click a node to jump to that table.

Related tables (1)

Columns (22)

NameTypeNullDefaultComment
paypal_payer_id varchar(255) yesPaypal Payer ID
paypal_payer_status varchar(255) yesPaypal Payer Status
paypal_correlation_id varchar(255) yesPaypal Correlation ID
payment_id PKint unsignednoPayment ID
quote_id int unsignedno0Quote ID
created_at timestamp noCURRENT_TIMESTAMPCreated At
updated_at timestamp noCURRENT_TIMESTAMPUpdated At
method varchar(255) yesMethod
cc_type varchar(255) yesCc Type
cc_number_enc varchar(255) yesCc Number Enc
cc_last_4 varchar(255) yesCc Last 4
cc_cid_enc varchar(255) yesCc Cid Enc
cc_owner varchar(255) yesCc Owner
cc_exp_month varchar(255) yesCc Exp Month
cc_exp_year smallint unsignedyes0Cc Exp Year
cc_ss_owner varchar(255) yesCc Ss Owner
cc_ss_start_month smallint unsignedyes0Cc Ss Start Month
cc_ss_start_year smallint unsignedyes0Cc Ss Start Year
po_number varchar(255) yesPo Number
additional_data text yesAdditional Data
cc_ss_issue varchar(255) yesCc Ss Issue
additional_information text yesAdditional Information

Keys & indexes

Primary key: payment_id

Indexes

  • QUOTE_PAYMENT_QUOTE_ID (quote_id) btree

References (1)

  • quote_id quote .entity_id (on delete CASCADE)