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 `mst_seoautolink_link` (\n  `link_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Link Id',\n  `keyword` varchar(255) NOT NULL COMMENT 'Keyword',\n  `url` text NOT NULL COMMENT 'Url',\n  `url_target` varchar(255) DEFAULT NULL COMMENT 'Url Target',\n  `url_title` varchar(255) DEFAULT NULL COMMENT 'Url Title',\n  `is_nofollow` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Is Nofollow',\n  `max_replacements` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Max Replacements',\n  `sort_order` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Sort Order',\n  `occurence` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Occurence',\n  `is_active` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Is Active',\n  `active_from` timestamp NULL DEFAULT NULL COMMENT 'Active From',\n  `active_to` timestamp NULL DEFAULT NULL COMMENT 'Active To',\n  `created_at` timestamp NULL DEFAULT current_timestamp() COMMENT 'Created At',\n  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Updated At',\n  PRIMARY KEY (`link_id`),\n  KEY `MST_SEOAUTOLINK_LINK_KEYWORD` (`keyword`),\n  FULLTEXT KEY `Seoautolink fulltext index` (`keyword`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='mst_seoautolink_link'"