db_schema_whitelist.json 546 B

12345678910111213141516171819202122
  1. {
  2. "ui_bookmark": {
  3. "column": {
  4. "bookmark_id": true,
  5. "user_id": true,
  6. "namespace": true,
  7. "identifier": true,
  8. "current": true,
  9. "title": true,
  10. "config": true,
  11. "created_at": true,
  12. "updated_at": true
  13. },
  14. "index": {
  15. "UI_BOOKMARK_USER_ID_NAMESPACE_IDENTIFIER": true
  16. },
  17. "constraint": {
  18. "PRIMARY": true,
  19. "UI_BOOKMARK_USER_ID_ADMIN_USER_USER_ID": true
  20. }
  21. }
  22. }