db_schema_whitelist.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "downloadable_link": {
  3. "column": {
  4. "link_id": true,
  5. "product_id": true,
  6. "sort_order": true,
  7. "number_of_downloads": true,
  8. "is_shareable": true,
  9. "link_url": true,
  10. "link_file": true,
  11. "link_type": true,
  12. "sample_url": true,
  13. "sample_file": true,
  14. "sample_type": true
  15. },
  16. "index": {
  17. "DOWNLOADABLE_LINK_PRODUCT_ID_SORT_ORDER": true
  18. },
  19. "constraint": {
  20. "PRIMARY": true,
  21. "DOWNLOADABLE_LINK_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID": true
  22. }
  23. },
  24. "downloadable_link_price": {
  25. "column": {
  26. "price_id": true,
  27. "link_id": true,
  28. "website_id": true,
  29. "price": true
  30. },
  31. "index": {
  32. "DOWNLOADABLE_LINK_PRICE_LINK_ID": true,
  33. "DOWNLOADABLE_LINK_PRICE_WEBSITE_ID": true
  34. },
  35. "constraint": {
  36. "PRIMARY": true,
  37. "DOWNLOADABLE_LINK_PRICE_LINK_ID_DOWNLOADABLE_LINK_LINK_ID": true,
  38. "DOWNLOADABLE_LINK_PRICE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID": true
  39. }
  40. },
  41. "downloadable_link_purchased": {
  42. "column": {
  43. "purchased_id": true,
  44. "order_id": true,
  45. "order_increment_id": true,
  46. "order_item_id": true,
  47. "created_at": true,
  48. "updated_at": true,
  49. "customer_id": true,
  50. "product_name": true,
  51. "product_sku": true,
  52. "link_section_title": true
  53. },
  54. "index": {
  55. "DOWNLOADABLE_LINK_PURCHASED_ORDER_ID": true,
  56. "DOWNLOADABLE_LINK_PURCHASED_ORDER_ITEM_ID": true,
  57. "DOWNLOADABLE_LINK_PURCHASED_CUSTOMER_ID": true
  58. },
  59. "constraint": {
  60. "PRIMARY": true,
  61. "DL_LNK_PURCHASED_CSTR_ID_CSTR_ENTT_ENTT_ID": true,
  62. "DOWNLOADABLE_LINK_PURCHASED_ORDER_ID_SALES_ORDER_ENTITY_ID": true
  63. }
  64. },
  65. "downloadable_link_purchased_item": {
  66. "column": {
  67. "item_id": true,
  68. "purchased_id": true,
  69. "order_item_id": true,
  70. "product_id": true,
  71. "link_hash": true,
  72. "number_of_downloads_bought": true,
  73. "number_of_downloads_used": true,
  74. "link_id": true,
  75. "link_title": true,
  76. "is_shareable": true,
  77. "link_url": true,
  78. "link_file": true,
  79. "link_type": true,
  80. "status": true,
  81. "created_at": true,
  82. "updated_at": true
  83. },
  84. "index": {
  85. "DOWNLOADABLE_LINK_PURCHASED_ITEM_LINK_HASH": true,
  86. "DOWNLOADABLE_LINK_PURCHASED_ITEM_ORDER_ITEM_ID": true,
  87. "DOWNLOADABLE_LINK_PURCHASED_ITEM_PURCHASED_ID": true
  88. },
  89. "constraint": {
  90. "PRIMARY": true,
  91. "DL_LNK_PURCHASED_ITEM_PURCHASED_ID_DL_LNK_PURCHASED_PURCHASED_ID": true,
  92. "DL_LNK_PURCHASED_ITEM_ORDER_ITEM_ID_SALES_ORDER_ITEM_ITEM_ID": true
  93. }
  94. },
  95. "downloadable_link_title": {
  96. "column": {
  97. "title_id": true,
  98. "link_id": true,
  99. "store_id": true,
  100. "title": true
  101. },
  102. "index": {
  103. "DOWNLOADABLE_LINK_TITLE_STORE_ID": true
  104. },
  105. "constraint": {
  106. "PRIMARY": true,
  107. "DOWNLOADABLE_LINK_TITLE_LINK_ID_DOWNLOADABLE_LINK_LINK_ID": true,
  108. "DOWNLOADABLE_LINK_TITLE_STORE_ID_STORE_STORE_ID": true,
  109. "DOWNLOADABLE_LINK_TITLE_LINK_ID_STORE_ID": true
  110. }
  111. },
  112. "downloadable_sample": {
  113. "column": {
  114. "sample_id": true,
  115. "product_id": true,
  116. "sample_url": true,
  117. "sample_file": true,
  118. "sample_type": true,
  119. "sort_order": true
  120. },
  121. "index": {
  122. "DOWNLOADABLE_SAMPLE_PRODUCT_ID": true
  123. },
  124. "constraint": {
  125. "PRIMARY": true,
  126. "DOWNLOADABLE_SAMPLE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID": true
  127. }
  128. },
  129. "downloadable_sample_title": {
  130. "column": {
  131. "title_id": true,
  132. "sample_id": true,
  133. "store_id": true,
  134. "title": true
  135. },
  136. "index": {
  137. "DOWNLOADABLE_SAMPLE_TITLE_STORE_ID": true
  138. },
  139. "constraint": {
  140. "PRIMARY": true,
  141. "DL_SAMPLE_TTL_SAMPLE_ID_DL_SAMPLE_SAMPLE_ID": true,
  142. "DOWNLOADABLE_SAMPLE_TITLE_STORE_ID_STORE_STORE_ID": true,
  143. "DOWNLOADABLE_SAMPLE_TITLE_SAMPLE_ID_STORE_ID": true
  144. }
  145. },
  146. "catalog_product_index_price_downlod_idx": {
  147. "column": {
  148. "entity_id": true,
  149. "customer_group_id": true,
  150. "website_id": true,
  151. "min_price": true,
  152. "max_price": true
  153. },
  154. "constraint": {
  155. "PRIMARY": true
  156. }
  157. },
  158. "catalog_product_index_price_downlod_tmp": {
  159. "column": {
  160. "entity_id": true,
  161. "customer_group_id": true,
  162. "website_id": true,
  163. "min_price": true,
  164. "max_price": true
  165. },
  166. "constraint": {
  167. "PRIMARY": true
  168. }
  169. }
  170. }