db_schema_whitelist.json 791 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "adminnotification_inbox": {
  3. "column": {
  4. "notification_id": true,
  5. "severity": true,
  6. "date_added": true,
  7. "title": true,
  8. "description": true,
  9. "url": true,
  10. "is_read": true,
  11. "is_remove": true
  12. },
  13. "index": {
  14. "ADMINNOTIFICATION_INBOX_SEVERITY": true,
  15. "ADMINNOTIFICATION_INBOX_IS_READ": true,
  16. "ADMINNOTIFICATION_INBOX_IS_REMOVE": true
  17. },
  18. "constraint": {
  19. "PRIMARY": true
  20. }
  21. },
  22. "admin_system_messages": {
  23. "column": {
  24. "identity": true,
  25. "severity": true,
  26. "created_at": true
  27. },
  28. "constraint": {
  29. "PRIMARY": true
  30. }
  31. }
  32. }