db_schema_whitelist.json 896 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "gift_message": {
  3. "column": {
  4. "gift_message_id": true,
  5. "customer_id": true,
  6. "sender": true,
  7. "recipient": true,
  8. "message": true
  9. },
  10. "constraint": {
  11. "PRIMARY": true
  12. }
  13. },
  14. "quote": {
  15. "column": {
  16. "gift_message_id": true
  17. }
  18. },
  19. "quote_address": {
  20. "column": {
  21. "gift_message_id": true
  22. }
  23. },
  24. "quote_item": {
  25. "column": {
  26. "gift_message_id": true
  27. }
  28. },
  29. "quote_address_item": {
  30. "column": {
  31. "gift_message_id": true
  32. }
  33. },
  34. "sales_order": {
  35. "column": {
  36. "gift_message_id": true
  37. }
  38. },
  39. "sales_order_item": {
  40. "column": {
  41. "gift_message_id": true,
  42. "gift_message_available": true
  43. }
  44. }
  45. }