{"table_name":"taxonomy_slugs","full_table_name":"wp_taxonomy_slugs","description":"Stores taxonomy slugs data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_taxonomy_slugs ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, term_id bigint(20) unsigned NOT NULL, taxonomy varchar(50) NOT NULL, language_code varchar(10) NOT NULL, slug varchar(200) NOT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP, updated_at datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY term_lang (term_id, language_code), UNIQUE KEY taxonomy_lang_slug (taxonomy, language_code, slug), KEY idx_term_id (term_id), KEY idx_taxonomy (taxonomy), KEY idx_language_code (language_code) ) $charset_collate;\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql_taxonomy_slugs );","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"term_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"taxonomy","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"language_code","type":"varchar(10)","nullable":false,"primary_key":false},{"name":"slug","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":true,"primary_key":false}],"plugin":{"slug":"voxfor-multilanguage","name":"Voxfor Multilanguage","active_installs":10,"version":"2.2.7","wp_org_url":"https://wordpress.org/plugins/voxfor-multilanguage/"}}