a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863066;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `search_synonyms` (\n  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Synonyms Group ID',\n  `synonyms` text NOT NULL COMMENT 'list of synonyms making up this group',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Store ID - identifies the store view these synonyms belong to',\n  `website_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Website ID - identifies the website ID these synonyms belong to',\n  PRIMARY KEY (`group_id`),\n  KEY `SEARCH_SYNONYMS_STORE_ID` (`store_id`),\n  KEY `SEARCH_SYNONYMS_WEBSITE_ID` (`website_id`),\n  FULLTEXT KEY `SEARCH_SYNONYMS_SYNONYMS` (`synonyms`),\n  CONSTRAINT `SEARCH_SYNONYMS_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `SEARCH_SYNONYMS_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='table storing various synonyms groups'"