a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863062;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `media_gallery_asset` (\n  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `path` text DEFAULT NULL COMMENT 'Path',\n  `title` varchar(255) DEFAULT NULL COMMENT 'Title',\n  `description` text DEFAULT NULL COMMENT 'Description',\n  `source` varchar(255) DEFAULT NULL COMMENT 'Source',\n  `hash` varchar(255) DEFAULT NULL COMMENT 'File hash',\n  `content_type` varchar(255) DEFAULT NULL COMMENT 'Content Type',\n  `width` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Width',\n  `height` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Height',\n  `size` int(10) unsigned NOT NULL COMMENT 'Asset file size in bytes',\n  `created_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Created At',\n  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Updated At',\n  PRIMARY KEY (`id`),\n  KEY `MEDIA_GALLERY_ASSET_ID` (`id`),\n  FULLTEXT KEY `MEDIA_GALLERY_ASSET_TITLE` (`title`)\n) ENGINE=InnoDB AUTO_INCREMENT=10563 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Media Gallery Asset'"