{"table_name":"iavotes","full_table_name":"wp_iavotes","description":"Stores iavotes data created by this plugin.","detection_method":"static","confidence":"high","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","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}],"plugin":{"slug":"iavote","name":"IaVote","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/iavote/"}}