a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863064;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `rating_store` (\n  `rating_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Rating ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Store ID',\n  PRIMARY KEY (`rating_id`,`store_id`),\n  KEY `RATING_STORE_STORE_ID` (`store_id`),\n  CONSTRAINT `RATING_STORE_RATING_ID_RATING_RATING_ID` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE,\n  CONSTRAINT `RATING_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Rating Store'"