wp_related_post_stats
StaticStores analytics or statistics data.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(100) | NO |
| from_id | int(100) | NO |
| to_id | int(100) | NO |
| date | date | NO |
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