db_schema_whitelist.json 432 B

12345678910111213141516
  1. {
  2. "googleoptimizer_code": {
  3. "column": {
  4. "code_id": true,
  5. "entity_id": true,
  6. "entity_type": true,
  7. "store_id": true,
  8. "experiment_script": true
  9. },
  10. "constraint": {
  11. "PRIMARY": true,
  12. "GOOGLEOPTIMIZER_CODE_STORE_ID_STORE_STORE_ID": true,
  13. "GOOGLEOPTIMIZER_CODE_STORE_ID_ENTITY_ID_ENTITY_TYPE": true
  14. }
  15. }
  16. }