wp_daextinma_http_status
StaticStores analytics or statistics data.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | bigint(20) | NO |
| post_id | bigint(20) | NO |
| post_title | text | NO |
| post_permalink | text | NO |
| post_edit_link | text | NO |
| url | text | NO |
| anchor | text | NO |
| last_check_date | datetime | YES |
| last_check_date_gmt | datetime | YES |
| code | text | NO |
| code_description | text | NO |
CREATE TABLE Statement
CREATE TABLE wp_daextinma_http_status ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, post_id bigint(20) NOT NULL DEFAULT '0', post_title text NOT NULL DEFAULT '', post_permalink text NOT NULL DEFAULT '', post_edit_link text NOT NULL DEFAULT '', url text NOT NULL DEFAULT '', anchor text NOT NULL DEFAULT '', checked tinyint(1) NOT NULL DEFAULT 0, last_check_date datetime DEFAULT NULL, last_check_date_gmt datetime DEFAULT NULL, code text NOT NULL DEFAULT '', code_description text NOT NULL DEFAULT '' ) $charset_collate"; dbDelta( $sql );
Safe to delete?
If you have uninstalled Interlinks Manager – Internal Links Optimizer, 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_daextinma_http_status`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Interlinks Manager – Internal Links Optimizer