wp_daextinma_http_status

Static

Stores analytics or statistics data.

Column Definitions

ColumnTypeNullable
🔑idbigint(20)NO
post_idbigint(20)NO
post_titletextNO
post_permalinktextNO
post_edit_linktextNO
urltextNO
anchortextNO
last_check_datedatetimeYES
last_check_date_gmtdatetimeYES
codetextNO
code_descriptiontextNO

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