a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1763060675;s:6:"expire";i:9999999999;s:4:"tags";s:40:"efd_DB_PDO_MYSQL_DDL,efd_DB_DDL,efd_MAGE";}
"CREATE TABLE `checkout_agreement` (\n  `agreement_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Agreement ID',\n  `name` varchar(255) DEFAULT NULL COMMENT 'Name',\n  `content` text COMMENT 'Content',\n  `content_height` varchar(25) DEFAULT NULL COMMENT 'Content Height',\n  `checkbox_text` text COMMENT 'Checkbox Text',\n  `is_active` smallint NOT NULL DEFAULT '0' COMMENT 'Is Active',\n  `is_html` smallint NOT NULL DEFAULT '0' COMMENT 'Is Html',\n  `mode` smallint NOT NULL DEFAULT '0' COMMENT 'Applied mode',\n  PRIMARY KEY (`agreement_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COMMENT='Checkout Agreement'"