db_schema_whitelist.json 743 B

1234567891011121314151617181920212223242526
  1. {
  2. "email_template": {
  3. "column": {
  4. "template_id": true,
  5. "template_code": true,
  6. "template_text": true,
  7. "template_styles": true,
  8. "template_type": true,
  9. "template_subject": true,
  10. "template_sender_name": true,
  11. "template_sender_email": true,
  12. "added_at": true,
  13. "modified_at": true,
  14. "orig_template_code": true,
  15. "orig_template_variables": true
  16. },
  17. "index": {
  18. "EMAIL_TEMPLATE_ADDED_AT": true,
  19. "EMAIL_TEMPLATE_MODIFIED_AT": true
  20. },
  21. "constraint": {
  22. "PRIMARY": true,
  23. "EMAIL_TEMPLATE_TEMPLATE_CODE": true
  24. }
  25. }
  26. }