a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863057;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `eav_entity_store` (\n  `entity_store_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Store ID',\n  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Entity Type ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Store ID',\n  `increment_prefix` varchar(20) DEFAULT NULL COMMENT 'Increment Prefix',\n  `increment_last_id` varchar(50) DEFAULT NULL COMMENT 'Last Incremented ID',\n  PRIMARY KEY (`entity_store_id`),\n  KEY `EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),\n  KEY `EAV_ENTITY_STORE_STORE_ID` (`store_id`),\n  CONSTRAINT `EAV_ENTITY_STORE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE,\n  CONSTRAINT `EAV_ENTITY_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='Eav Entity Store'"