db_schema_whitelist.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "theme": {
  3. "column": {
  4. "theme_id": true,
  5. "parent_id": true,
  6. "theme_path": true,
  7. "theme_title": true,
  8. "preview_image": true,
  9. "is_featured": true,
  10. "area": true,
  11. "type": true,
  12. "code": true
  13. },
  14. "constraint": {
  15. "PRIMARY": true
  16. }
  17. },
  18. "theme_file": {
  19. "column": {
  20. "theme_files_id": true,
  21. "theme_id": true,
  22. "file_path": true,
  23. "file_type": true,
  24. "content": true,
  25. "sort_order": true,
  26. "is_temporary": true
  27. },
  28. "constraint": {
  29. "PRIMARY": true,
  30. "THEME_FILE_THEME_ID_THEME_THEME_ID": true
  31. }
  32. },
  33. "design_change": {
  34. "column": {
  35. "design_change_id": true,
  36. "store_id": true,
  37. "design": true,
  38. "date_from": true,
  39. "date_to": true
  40. },
  41. "index": {
  42. "DESIGN_CHANGE_STORE_ID": true
  43. },
  44. "constraint": {
  45. "PRIMARY": true,
  46. "DESIGN_CHANGE_STORE_ID_STORE_STORE_ID": true
  47. }
  48. }
  49. }