wp_idnich_imported_translation
StaticStores idnich imported translation data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| post_id | INT(11) | NO |
| old_token | VARCHAR(50) | YES |
| current_url | VARCHAR(1000) | YES |
| resolved | TINYINT(1) | NO |
CREATE TABLE Statement
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) );
Safe to delete?
If you have uninstalled iDNich', this table is generally safe to remove. However, always back up your database first.
Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.
How to remove this table
DROP TABLE IF EXISTS `wp_idnich_imported_translation`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from iDNich'