wp_related_post_stats

Static

Stores analytics or statistics data.

Column Definitions

ColumnTypeNullable
🔑idint(100)NO
from_idint(100)NO
to_idint(100)NO
datedateNO

CREATE TABLE Statement

CREATE TABLE wp_related_post_stats ( id int(100) NOT NULL AUTO_INCREMENT, from_id int(100) NOT NULL, to_id int(100) NOT NULL, date date NOT NULL, PRIMARY KEY (id) );

Safe to delete?

If you have uninstalled Dino Divulgador de Notícias, 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_related_post_stats`;

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

Other tables from Dino Divulgador de Notícias