db_schema_whitelist.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "weee_tax": {
  3. "column": {
  4. "value_id": true,
  5. "website_id": true,
  6. "entity_id": true,
  7. "country": true,
  8. "value": true,
  9. "state": true,
  10. "attribute_id": true
  11. },
  12. "index": {
  13. "WEEE_TAX_WEBSITE_ID": true,
  14. "WEEE_TAX_ENTITY_ID": true,
  15. "WEEE_TAX_COUNTRY": true,
  16. "WEEE_TAX_ATTRIBUTE_ID": true
  17. },
  18. "constraint": {
  19. "PRIMARY": true,
  20. "WEEE_TAX_COUNTRY_DIRECTORY_COUNTRY_COUNTRY_ID": true,
  21. "WEEE_TAX_ENTITY_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID": true,
  22. "WEEE_TAX_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID": true,
  23. "WEEE_TAX_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID": true,
  24. "WEEE_TAX_ENTITY_ID_SEQUENCE_PRODUCT_SEQUENCE_VALUE": true
  25. }
  26. },
  27. "quote_item": {
  28. "column": {
  29. "weee_tax_applied": true,
  30. "weee_tax_applied_amount": true,
  31. "weee_tax_applied_row_amount": true,
  32. "weee_tax_disposition": true,
  33. "weee_tax_row_disposition": true,
  34. "base_weee_tax_applied_amount": true,
  35. "base_weee_tax_applied_row_amnt": true,
  36. "base_weee_tax_disposition": true,
  37. "base_weee_tax_row_disposition": true
  38. }
  39. },
  40. "sales_order_item": {
  41. "column": {
  42. "weee_tax_applied": true,
  43. "weee_tax_applied_amount": true,
  44. "weee_tax_applied_row_amount": true,
  45. "weee_tax_disposition": true,
  46. "weee_tax_row_disposition": true,
  47. "base_weee_tax_applied_amount": true,
  48. "base_weee_tax_applied_row_amnt": true,
  49. "base_weee_tax_disposition": true,
  50. "base_weee_tax_row_disposition": true
  51. }
  52. },
  53. "sales_invoice_item": {
  54. "column": {
  55. "weee_tax_applied": true,
  56. "weee_tax_applied_amount": true,
  57. "weee_tax_applied_row_amount": true,
  58. "weee_tax_disposition": true,
  59. "weee_tax_row_disposition": true,
  60. "base_weee_tax_applied_amount": true,
  61. "base_weee_tax_applied_row_amnt": true,
  62. "base_weee_tax_disposition": true,
  63. "base_weee_tax_row_disposition": true
  64. }
  65. },
  66. "sales_creditmemo_item": {
  67. "column": {
  68. "weee_tax_applied": true,
  69. "weee_tax_applied_amount": true,
  70. "weee_tax_applied_row_amount": true,
  71. "weee_tax_disposition": true,
  72. "weee_tax_row_disposition": true,
  73. "base_weee_tax_applied_amount": true,
  74. "base_weee_tax_applied_row_amnt": true,
  75. "base_weee_tax_disposition": true,
  76. "base_weee_tax_row_disposition": true
  77. }
  78. }
  79. }