db_schema_whitelist.json 728 B

123456789101112131415161718192021222324252627
  1. {
  2. "persistent_session": {
  3. "column": {
  4. "persistent_id": true,
  5. "key": true,
  6. "customer_id": true,
  7. "website_id": true,
  8. "info": true,
  9. "updated_at": true
  10. },
  11. "index": {
  12. "PERSISTENT_SESSION_UPDATED_AT": true
  13. },
  14. "constraint": {
  15. "PRIMARY": true,
  16. "PERSISTENT_SESSION_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID": true,
  17. "PERSISTENT_SESSION_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID": true,
  18. "PERSISTENT_SESSION_KEY": true,
  19. "PERSISTENT_SESSION_CUSTOMER_ID": true
  20. }
  21. },
  22. "quote": {
  23. "column": {
  24. "is_persistent": true
  25. }
  26. }
  27. }