{"table_name":"gsplms_rating","full_table_name":"wp_gsplms_rating","description":"Stores gsplms rating data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_gsplms_rating ( `rating_id` int(11) AUTO_INCREMENT, `user_id` int(11) NULL, `post_id` int(11) NULL, `rating` varchar(25) NULL, `comment` longtext NULL, `status` int(11) DEFAULT 1, `created_on` datetime NULL,PRIMARY KEY (`rating_id`) ) {$collate}\");","columns":[{"name":"rating_id","type":"int(11)","nullable":true,"primary_key":true},{"name":"user_id","type":"int(11)","nullable":true,"primary_key":false},{"name":"post_id","type":"int(11)","nullable":true,"primary_key":false},{"name":"rating","type":"varchar(25)","nullable":true,"primary_key":false},{"name":"comment","type":"longtext","nullable":true,"primary_key":false},{"name":"status","type":"int(11)","nullable":true,"primary_key":false},{"name":"created_on","type":"datetime","nullable":true,"primary_key":false}],"plugin":{"slug":"quick-learn","name":"Quick Learn","active_installs":0,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/quick-learn/"}}