MageSmith

📣 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)

NameTypeNullDefaultComment
code_id PKint unsignednoGoogle experiment code ID
entity_id int unsignednoOptimized entity ID product ID or catalog ID
entity_type varchar(50) yesOptimized entity type
store_id smallint unsignednoStore ID
experiment_script text yesGoogle 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)