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_review` (\n  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',\n  `location_id` int(10) unsigned NOT NULL COMMENT 'Location Id',\n  `customer_id` int(10) unsigned NOT NULL COMMENT 'Customer Id',\n  `review_text` text NOT NULL COMMENT 'Text',\n  `rating` int(10) unsigned NOT NULL COMMENT 'Rating',\n  `placed_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Placed Date',\n  `published_at` timestamp NULL DEFAULT NULL COMMENT 'Approved Date',\n  `status` smallint(6) NOT NULL COMMENT 'Status',\n  PRIMARY KEY (`id`),\n  KEY `AMASTY_AMLOCATOR_REVIEW_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` (`customer_id`),\n  KEY `AMASTY_AMLOCATOR_REVIEW_LOCATION_ID_AMASTY_AMLOCATOR_LOCATION_ID` (`location_id`),\n  CONSTRAINT `AMASTY_AMLOCATOR_REVIEW_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE NO ACTION,\n  CONSTRAINT `AMASTY_AMLOCATOR_REVIEW_LOCATION_ID_AMASTY_AMLOCATOR_LOCATION_ID` FOREIGN KEY (`location_id`) REFERENCES `amasty_amlocator_location` (`id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Amasty Storelocator reviews table'"