db_schema_whitelist.json 755 B

12345678910111213141516171819202122232425262728
  1. {
  2. "signifyd_case": {
  3. "column": {
  4. "entity_id": true,
  5. "order_id": true,
  6. "case_id": true,
  7. "guarantee_eligible": true,
  8. "guarantee_disposition": true,
  9. "status": true,
  10. "score": true,
  11. "associated_team": true,
  12. "review_disposition": true,
  13. "created_at": true,
  14. "updated_at": true
  15. },
  16. "constraint": {
  17. "PRIMARY": true,
  18. "SIGNIFYD_CASE_ORDER_ID_SALES_ORDER_ENTITY_ID": true,
  19. "SIGNIFYD_CASE_ORDER_ID": true,
  20. "SIGNIFYD_CASE_CASE_ID": true
  21. }
  22. },
  23. "sales_order_grid": {
  24. "column": {
  25. "signifyd_guarantee_status": true
  26. }
  27. }
  28. }