{"table_name":"feedback","full_table_name":"wp_feedback","description":"Stores feedback data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `feedback` ( `id` INT PRIMARY KEY AUTO_INCREMENT, `comment` varchar(600) DEFAULT NULL, `rating` int(11) DEFAULT NULL, `date_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP );","columns":[{"name":"id","type":"INT","nullable":true,"primary_key":true},{"name":"comment","type":"varchar(600)","nullable":true,"primary_key":false},{"name":"rating","type":"int(11)","nullable":true,"primary_key":false},{"name":"date_added","type":"timestamp","nullable":false,"primary_key":false}],"plugin":{"slug":"star-rating-feedback","name":"Star Rating Feedback","active_installs":10,"version":"0.2","wp_org_url":"https://wordpress.org/plugins/star-rating-feedback/"}}