wp_dango_coh_clusters

Static

Stores dango coh clusters data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idBIGINT UNSIGNEDYES
created_atDATETIMENO

CREATE TABLE Statement

CREATE TABLE wp_dango_coh_clusters (id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, created_at DATETIME NOT NULL) $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_clusters`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from SafeShip Pakistan