{"table_name":"google_review","full_table_name":"wp_google_review","description":"Stores google review data created by this plugin.","detection_method":"both","confidence":"high","create_sql":"CREATE TABLE `wp_google_review` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `place_id` varchar(80) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `post_id` bigint NOT NULL,\\n  `review_text` varchar(10000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `review_added_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `review_added_time` datetime DEFAULT NULL,\\n  `rating` double DEFAULT NULL,\\n  `review_added_timestamp` int NOT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"multiple-google-review","name":"Multiple Place Google Review","active_installs":20,"version":"1.7.1","wp_org_url":"https://wordpress.org/plugins/multiple-google-review/"}}