{"table_name":"hexagonal_review_average","full_table_name":"wp_hexagonal_review_average","description":"Stores hexagonal review average data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_hexagonal_review_average` ( `post_id` bigint(20) unsigned NOT NULL, `review_count` int(11) DEFAULT '0', `total_review` int(11) DEFAULT '0', PRIMARY KEY (`post_id`), CONSTRAINT `post_id` FOREIGN KEY (`post_id`) REFERENCES `wp_posts` (`ID`) ) ENGINE","columns":[{"name":"post_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"review_count","type":"int(11)","nullable":true,"primary_key":false},{"name":"total_review","type":"int(11)","nullable":true,"primary_key":false}],"plugin":{"slug":"hexagonal-reviews","name":"Hexagonal Reviews","active_installs":0,"version":"1.2.13","wp_org_url":"https://wordpress.org/plugins/hexagonal-reviews/"}}