{"table_name":"it_comment","full_table_name":"wp_it_comment","description":"Stores it comment data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_it_comment ( comment_id int(11) NOT NULL AUTO_INCREMENT, comment_issue int(11), comment_poster int(11), comment_body text, comment_time int(11), UNIQUE KEY comment_id (comment_id) );","columns":[{"name":"comment_id","type":"int(11)","nullable":false,"primary_key":true},{"name":"comment_issue","type":"int(11)","nullable":true,"primary_key":false},{"name":"comment_poster","type":"int(11)","nullable":true,"primary_key":false},{"name":"comment_body","type":"text","nullable":true,"primary_key":false},{"name":"comment_time","type":"int(11)","nullable":true,"primary_key":false}],"plugin":{"slug":"wp-simple-tracker","name":"WP Simple Tracker","active_installs":10,"version":"0.33","wp_org_url":"https://wordpress.org/plugins/wp-simple-tracker/"}}