a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863050;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `amasty_amlocator_attribute_option` (\n  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value Id',\n  `attribute_id` int(10) unsigned NOT NULL COMMENT 'Attribute Id',\n  `options_serialized` text DEFAULT NULL COMMENT 'Value And Store',\n  `is_default` text DEFAULT NULL COMMENT 'This is Default Option',\n  `sort_order` int(10) unsigned DEFAULT NULL COMMENT 'Sort order',\n  PRIMARY KEY (`value_id`),\n  KEY `AMASTY_AMLOCATOR_ATTRIBUTE_OPTION_ATTRIBUTE_ID` (`attribute_id`),\n  CONSTRAINT `AMASTY_AMLOCATOR_ATTR_OPT_ATTR_ID_AMASTY_AMLOCATOR_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `amasty_amlocator_attribute` (`attribute_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='amasty_amlocator_attribute_option'"