{"slug":"multiple-google-review","name":"Multiple Place Google Review","description":"Add multiple place google reviews to one post!. Shows Google Place Business Reviews on your WordPress website under each post to increase user confide &hellip;","author":"wapnishantha","active_installs":20,"version":"1.7.1","wp_org_url":"https://wordpress.org/plugins/multiple-google-review/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"google_review","full_table_name":"wp_google_review","description":"Stores google review data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"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"}],"table_count":1}