db_schema_whitelist.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "search_query": {
  3. "column": {
  4. "query_id": true,
  5. "query_text": true,
  6. "num_results": true,
  7. "popularity": true,
  8. "redirect": true,
  9. "synonym_for": true,
  10. "store_id": true,
  11. "display_in_terms": true,
  12. "is_active": true,
  13. "is_processed": true,
  14. "updated_at": true
  15. },
  16. "index": {
  17. "SEARCH_QUERY_QUERY_TEXT_STORE_ID_POPULARITY": true,
  18. "SEARCH_QUERY_STORE_ID": true,
  19. "SEARCH_QUERY_IS_PROCESSED": true,
  20. "SEARCH_QUERY_SYNONYM_FOR": true
  21. },
  22. "constraint": {
  23. "PRIMARY": true,
  24. "SEARCH_QUERY_STORE_ID_STORE_STORE_ID": true,
  25. "SEARCH_QUERY_QUERY_TEXT_STORE_ID": true
  26. }
  27. },
  28. "search_synonyms": {
  29. "column": {
  30. "group_id": true,
  31. "synonyms": true,
  32. "store_id": true,
  33. "website_id": true
  34. },
  35. "index": {
  36. "SEARCH_SYNONYMS_SYNONYMS": true,
  37. "SEARCH_SYNONYMS_STORE_ID": true,
  38. "SEARCH_SYNONYMS_WEBSITE_ID": true
  39. },
  40. "constraint": {
  41. "PRIMARY": true,
  42. "SEARCH_SYNONYMS_STORE_ID_STORE_STORE_ID": true,
  43. "SEARCH_SYNONYMS_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID": true
  44. }
  45. }
  46. }