{"slug":"rating-bws","name":"Rating by BestWebSoft","description":"Add rating plugin to your WordPress website to receive feedback from your customers.","author":"bestweblayout","active_installs":500,"version":"1.7","wp_org_url":"https://wordpress.org/plugins/rating-bws/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"bws_rating","full_table_name":"wp_bws_rating","description":"Stores bws rating data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT UNSIGNED","nullable":false,"primary_key":true},{"name":"object_id","type":"INT( 10 )","nullable":false,"primary_key":false},{"name":"post_id","type":"INT( 10 )","nullable":false,"primary_key":false},{"name":"rating","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"datetime","type":"DATETIME","nullable":false,"primary_key":false},{"name":"object_type","type":"ENUM( 'post', 'comment' )","nullable":true,"primary_key":false},{"name":"user_ip","type":"CHAR( 15 )","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_bws_rating` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `object_id` INT( 10 ) NOT NULL, `post_id` INT( 10 ) NOT NULL, `rating` VARCHAR(255) NOT NULL COLLATE utf8_general_ci DEFAULT '0', `datetime` DATETIME NOT NULL, `object_type` ENUM( 'post', 'comment' ), `user_ip` CHAR( 15 ) NOT NULL, PRIMARY KEY ( `id` ) ) DEFAULT CHARSET"}],"table_count":1}