{"table_name":"iande_likes","full_table_name":"wp_iande_likes","description":"Stores iande likes data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_iande_likes` ( ID INTEGER NOT NULL AUTO_INCREMENT, post_id INTEGER NOT NULL, user_id INTEGER NOT NULL, status VARCHAR(10) NOT NULL, /* L = like, U = unlike */ PRIMARY KEY (ID) ) {$wpdb->get_charset_collate()}\"; $wpdb->query($sql);","columns":[{"name":"ID","type":"INTEGER","nullable":false,"primary_key":true},{"name":"post_id","type":"INTEGER","nullable":false,"primary_key":false},{"name":"user_id","type":"INTEGER","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(10)","nullable":false,"primary_key":false}],"plugin":{"slug":"iande","name":"Iandé","active_installs":10,"version":"0.15.5","wp_org_url":"https://wordpress.org/plugins/iande/"}}