{"table_name":"incontextblog","full_table_name":"wp_incontextblog","description":"Stores incontextblog data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"Create table incontextblog( id int(10) unsigned primary key auto_increment not null, comment_num int(10) unsigned not null default 0, keyword varchar(200) not null, url varchar(200) not null, star_property tinyint(3) not null default 0 )\"; $wpdb->query($sql_cratetable);","columns":[{"name":"id","type":"int(10) unsigned","nullable":false,"primary_key":true},{"name":"comment_num","type":"int(10) unsigned","nullable":false,"primary_key":false},{"name":"url","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"star_property","type":"tinyint(3)","nullable":false,"primary_key":false}],"plugin":{"slug":"in-context-comments","name":"In-Context Comment","active_installs":10,"version":"0.8.2","wp_org_url":"https://wordpress.org/plugins/in-context-comments/"}}