{"slug":"star-rating-feedback","name":"Star Rating Feedback","description":"This plugin allows you to add a Star Rating feedback form. Currently it is localised for use in the UK","author":"scottie1984","active_installs":10,"version":"0.2","wp_org_url":"https://wordpress.org/plugins/star-rating-feedback/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"feedback","full_table_name":"wp_feedback","description":"Stores feedback data created by this plugin.","detection_method":"static","confidence":"high","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}],"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 );"}],"table_count":1}