a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863054;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `catalog_product_super_attribute_label` (\n  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',\n  `product_super_attribute_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Product Super Attribute ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Store ID',\n  `use_default` smallint(5) unsigned DEFAULT 0 COMMENT 'Use Default Value',\n  `value` varchar(255) DEFAULT NULL COMMENT 'Value',\n  PRIMARY KEY (`value_id`),\n  UNIQUE KEY `CAT_PRD_SPR_ATTR_LBL_PRD_SPR_ATTR_ID_STORE_ID` (`product_super_attribute_id`,`store_id`),\n  KEY `CATALOG_PRODUCT_SUPER_ATTRIBUTE_LABEL_STORE_ID` (`store_id`),\n  CONSTRAINT `CATALOG_PRODUCT_SUPER_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,\n  CONSTRAINT `FK_309442281DF7784210ED82B2CC51E5D5` FOREIGN KEY (`product_super_attribute_id`) REFERENCES `catalog_product_super_attribute` (`product_super_attribute_id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=124494 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Catalog Product Super Attribute Label Table'"