{"table_name":"idnich_translation","full_table_name":"wp_idnich_translation","description":"Stores idnich translation data created by this plugin.","detection_method":"static","confidence":"medium","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`) );","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}],"plugin":{"slug":"idnich","name":"iDNich'","active_installs":10,"version":"1.3.5","wp_org_url":"https://wordpress.org/plugins/idnich/"}}