wp_dango_coh_identities
StaticStores dango coh identities data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | BIGINT UNSIGNED | YES |
| itype | TINYINT UNSIGNED | NO |
| ivalue | VARCHAR(120) | NO |
| cluster_id | BIGINT UNSIGNED | NO |
CREATE TABLE Statement
CREATE TABLE wp_dango_coh_identities (id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, itype TINYINT UNSIGNED NOT NULL, ivalue VARCHAR(120) NOT NULL, cluster_id BIGINT UNSIGNED NOT NULL, UNIQUE KEY uq_id (itype,ivalue), KEY k_cluster (cluster_id)) $cc;");
Safe to delete?
If you have uninstalled SafeShip Pakistan, 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_dango_coh_identities`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from SafeShip Pakistan