db_schema_whitelist.json 705 B

12345678910111213141516171819202122232425262728
  1. {
  2. "checkout_agreement": {
  3. "column": {
  4. "agreement_id": true,
  5. "name": true,
  6. "content": true,
  7. "content_height": true,
  8. "checkbox_text": true,
  9. "is_active": true,
  10. "is_html": true,
  11. "mode": true
  12. },
  13. "constraint": {
  14. "PRIMARY": true
  15. }
  16. },
  17. "checkout_agreement_store": {
  18. "column": {
  19. "agreement_id": true,
  20. "store_id": true
  21. },
  22. "constraint": {
  23. "PRIMARY": true,
  24. "CHKT_AGRT_STORE_AGRT_ID_CHKT_AGRT_AGRT_ID": true,
  25. "CHECKOUT_AGREEMENT_STORE_STORE_ID_STORE_STORE_ID": true
  26. }
  27. }
  28. }