{"slug":"idnich","name":"iDNich'","description":"Find all kind of Niches from your concurrents websites, help yourself writing strong SEO content on low-concurential keywords, translate your articles &hellip;","author":"Wizard Widgets","active_installs":10,"version":"1.3.5","wp_org_url":"https://wordpress.org/plugins/idnich/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"idnich_imported_translation","full_table_name":"wp_idnich_imported_translation","description":"Stores idnich imported translation data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"post_id","type":"INT(11)","nullable":false,"primary_key":false},{"name":"old_token","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"current_url","type":"VARCHAR(1000)","nullable":true,"primary_key":false},{"name":"resolved","type":"TINYINT(1)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_idnich_imported_translation ( post_id INT(11) NOT NULL, old_token VARCHAR(50) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '', current_url VARCHAR(1000) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '', resolved TINYINT(1) NOT NULL DEFAULT '0', PRIMARY KEY (post_id) );"},{"table_name":"idnich_translation","full_table_name":"wp_idnich_translation","description":"Stores idnich translation data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"post_id","type":"INT(11)","nullable":false,"primary_key":false},{"name":"translation_category_id","type":"INT(11)","nullable":false,"primary_key":false},{"name":"translation_category_name","type":"VARCHAR(250)","nullable":true,"primary_key":false},{"name":"translation_from_to","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"translation_title","type":"VARCHAR(1000)","nullable":true,"primary_key":false},{"name":"translation_meta","type":"VARCHAR(1000)","nullable":true,"primary_key":false},{"name":"translation","type":"LONGTEXT","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_idnich_translation ( post_id INT(11) NOT NULL, translation_category_id INT(11) NOT NULL DEFAULT 0, translation_category_name VARCHAR(250) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '', translation_from_to VARCHAR(50) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '', translation_title VARCHAR(1000) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '', translation_meta VARCHAR(1000) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '', translation LONGTEXT CHARACTER SET utf8 COLLATE utf8_bin DEFAULT '', UNIQUE KEY `post_id` (`post_id`,`translation_from_to`) );"}],"table_count":2}