{"slug":"in-context-comments","name":"In-Context Comment","description":"\"In-Context Comment\" lets readers leave comments right next to the content being commented, instead of only at the bottom of the blog post","author":"InContext","active_installs":10,"version":"0.8.2","wp_org_url":"https://wordpress.org/plugins/in-context-comments/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"incontextblog","full_table_name":"wp_incontextblog","description":"Stores incontextblog data created by this plugin.","detection_method":"static","confidence":"high","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}],"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);"}],"table_count":1}