{"slug":"iavote","name":"IaVote","description":"IaVote enables bloggers to add voting functionality to their posts. Include 2 widgets: resume votes and most voted.","author":"iafelipe","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/iavote/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"iavotes","full_table_name":"wp_iavotes","description":"Stores iavotes data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"post_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"user","type":"varchar(250)","nullable":false,"primary_key":false},{"name":"type","type":"int(11)","nullable":false,"primary_key":false},{"name":"timestamp","type":"timestamp","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_iavotes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `post_id` int(11) NOT NULL, `user` varchar(250) NOT NULL, `type` int(11) NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE"}],"table_count":1}