db_schema_whitelist.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "paypal_billing_agreement": {
  3. "column": {
  4. "agreement_id": true,
  5. "customer_id": true,
  6. "method_code": true,
  7. "reference_id": true,
  8. "status": true,
  9. "created_at": true,
  10. "updated_at": true,
  11. "store_id": true,
  12. "agreement_label": true
  13. },
  14. "index": {
  15. "PAYPAL_BILLING_AGREEMENT_CUSTOMER_ID": true,
  16. "PAYPAL_BILLING_AGREEMENT_STORE_ID": true
  17. },
  18. "constraint": {
  19. "PRIMARY": true,
  20. "PAYPAL_BILLING_AGREEMENT_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID": true,
  21. "PAYPAL_BILLING_AGREEMENT_STORE_ID_STORE_STORE_ID": true
  22. }
  23. },
  24. "paypal_billing_agreement_order": {
  25. "column": {
  26. "agreement_id": true,
  27. "order_id": true
  28. },
  29. "index": {
  30. "PAYPAL_BILLING_AGREEMENT_ORDER_ORDER_ID": true
  31. },
  32. "constraint": {
  33. "PRIMARY": true,
  34. "PAYPAL_BILLING_AGRT_ORDER_AGRT_ID_PAYPAL_BILLING_AGRT_AGRT_ID": true,
  35. "PAYPAL_BILLING_AGREEMENT_ORDER_ORDER_ID_SALES_ORDER_ENTITY_ID": true
  36. }
  37. },
  38. "paypal_settlement_report": {
  39. "column": {
  40. "report_id": true,
  41. "report_date": true,
  42. "account_id": true,
  43. "filename": true,
  44. "last_modified": true
  45. },
  46. "constraint": {
  47. "PRIMARY": true,
  48. "PAYPAL_SETTLEMENT_REPORT_REPORT_DATE_ACCOUNT_ID": true
  49. }
  50. },
  51. "paypal_settlement_report_row": {
  52. "column": {
  53. "row_id": true,
  54. "report_id": true,
  55. "transaction_id": true,
  56. "invoice_id": true,
  57. "paypal_reference_id": true,
  58. "paypal_reference_id_type": true,
  59. "transaction_event_code": true,
  60. "transaction_initiation_date": true,
  61. "transaction_completion_date": true,
  62. "transaction_debit_or_credit": true,
  63. "gross_transaction_amount": true,
  64. "gross_transaction_currency": true,
  65. "fee_debit_or_credit": true,
  66. "fee_amount": true,
  67. "fee_currency": true,
  68. "custom_field": true,
  69. "consumer_id": true,
  70. "payment_tracking_id": true,
  71. "store_id": true
  72. },
  73. "index": {
  74. "PAYPAL_SETTLEMENT_REPORT_ROW_REPORT_ID": true
  75. },
  76. "constraint": {
  77. "PRIMARY": true,
  78. "FK_E183E488F593E0DE10C6EBFFEBAC9B55": true
  79. }
  80. },
  81. "paypal_cert": {
  82. "column": {
  83. "cert_id": true,
  84. "website_id": true,
  85. "content": true,
  86. "updated_at": true
  87. },
  88. "index": {
  89. "PAYPAL_CERT_WEBSITE_ID": true
  90. },
  91. "constraint": {
  92. "PRIMARY": true,
  93. "PAYPAL_CERT_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID": true
  94. }
  95. },
  96. "paypal_payment_transaction": {
  97. "column": {
  98. "transaction_id": true,
  99. "txn_id": true,
  100. "additional_information": true,
  101. "created_at": true
  102. },
  103. "constraint": {
  104. "PRIMARY": true,
  105. "PAYPAL_PAYMENT_TRANSACTION_TXN_ID": true
  106. }
  107. },
  108. "quote_payment": {
  109. "column": {
  110. "paypal_payer_id": true,
  111. "paypal_payer_status": true,
  112. "paypal_correlation_id": true
  113. }
  114. },
  115. "sales_order": {
  116. "column": {
  117. "paypal_ipn_customer_notified": true
  118. }
  119. }
  120. }