📣 Magento_GoogleOptimizer · engine innodb
googleoptimizer_code
Google Experiment code
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["googleoptimizer_code"]:::center n0["store"] click n0 "/schema/table/store" n0 -- store_id --> c click c "/schema/table/googleoptimizer_code" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| code_id PK | int unsigned | no | Google experiment code ID | |
| entity_id | int unsigned | no | Optimized entity ID product ID or catalog ID | |
| entity_type | varchar(50) | yes | Optimized entity type | |
| store_id | smallint unsigned | no | Store ID | |
| experiment_script | text | yes | Google experiment script |
Keys & indexes
Primary key: code_id
Unique
- GOOGLEOPTIMIZER_CODE_STORE_ID_ENTITY_ID_ENTITY_TYPE (store_id, entity_id, entity_type)
References (1)
- store_id → store .store_id (on delete CASCADE)