wp_daextinma_archive
StaticStores daextinma archive data created by this plugin.
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 |
| post_type | varchar(20) | NO |
| post_date | datetime | YES |
| manual_interlinks | bigint(20) | NO |
| iil | bigint(20) | NO |
| content_length | bigint(20) | NO |
| recommended_interlinks | bigint(20) | NO |
| optimization | tinyint(1) | NO |
CREATE TABLE Statement
CREATE TABLE wp_daextinma_archive ( 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 '', post_type varchar(20) NOT NULL DEFAULT '', post_date datetime DEFAULT NULL, manual_interlinks bigint(20) NOT NULL DEFAULT '0', iil bigint(20) NOT NULL DEFAULT '0', content_length bigint(20) NOT NULL DEFAULT '0', recommended_interlinks bigint(20) NOT NULL DEFAULT '0', optimization tinyint(1) NOT NULL DEFAULT '0' ) $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_archive`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Interlinks Manager – Internal Links Optimizer