{"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","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) );","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}],"plugin":{"slug":"idnich","name":"iDNich'","active_installs":10,"version":"1.3.5","wp_org_url":"https://wordpress.org/plugins/idnich/"}}