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_location` (\n  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Block Id',\n  `name` varchar(255) NOT NULL DEFAULT '',\n  `country` varchar(255) NOT NULL DEFAULT '',\n  `city` varchar(255) NOT NULL DEFAULT '',\n  `zip` varchar(255) NOT NULL DEFAULT '',\n  `address` text DEFAULT NULL COMMENT 'Location Address',\n  `status` smallint(6) DEFAULT NULL COMMENT 'Location Status',\n  `lat` decimal(11,8) DEFAULT NULL COMMENT 'Location Latitude',\n  `lng` decimal(11,8) DEFAULT NULL COMMENT 'Location Longitude',\n  `photo` text DEFAULT NULL COMMENT 'Location Photo',\n  `marker` text DEFAULT NULL COMMENT 'Location Marker',\n  `position` smallint(6) DEFAULT NULL COMMENT 'Location Position',\n  `state` varchar(255) NOT NULL DEFAULT '',\n  `description` text DEFAULT NULL COMMENT 'Location Description',\n  `phone` varchar(255) DEFAULT NULL,\n  `email` varchar(255) DEFAULT NULL,\n  `website` text DEFAULT NULL COMMENT 'Location Website',\n  `category` text DEFAULT NULL COMMENT 'Location Category',\n  `actions_serialized` text DEFAULT NULL COMMENT 'Actions Serialized',\n  `store_img` text NOT NULL DEFAULT '' COMMENT 'Store image',\n  `stores` text NOT NULL DEFAULT '' COMMENT 'Stores Ids',\n  `schedule` int(10) unsigned DEFAULT NULL,\n  `marker_img` text NOT NULL DEFAULT '' COMMENT 'Marker Image',\n  `show_schedule` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'Show schedule',\n  `url_key` varchar(255) DEFAULT NULL COMMENT 'Url Key',\n  `meta_title` varchar(255) DEFAULT NULL COMMENT 'Meta Title',\n  `meta_description` text DEFAULT NULL COMMENT 'Meta Description',\n  `meta_robots` text DEFAULT NULL COMMENT 'Meta Robots',\n  `short_description` text DEFAULT NULL COMMENT 'Short Description',\n  `canonical_url` varchar(255) DEFAULT NULL COMMENT 'Canonical Url',\n  `condition_type` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Condition Type',\n  `curbside_enabled` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'Curbside enabled',\n  `curbside_conditions_text` text DEFAULT NULL COMMENT 'Curbside conditions text',\n  PRIMARY KEY (`id`),\n  KEY `AMASTY_AMLOCATOR_LOCATION_SCHEDULE` (`schedule`),\n  KEY `AMASTY_AMLOCATOR_LOCATION_STATUS` (`status`),\n  KEY `AMASTY_AMLOCATOR_LOCATION_POSITION` (`position`),\n  CONSTRAINT `AMASTY_AMLOCATOR_LOCATION_SCHEDULE_AMASTY_AMLOCATOR_SCHEDULE_ID` FOREIGN KEY (`schedule`) REFERENCES `amasty_amlocator_schedule` (`id`) ON DELETE SET NULL\n) ENGINE=InnoDB AUTO_INCREMENT=650 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Amasty Locations Table'"