wp_daextinma_anchors
StaticStores daextinma anchors data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | bigint(20) | NO |
| url | varchar(2083) | NO |
| anchor | longtext | NO |
| post_id | bigint(20) | NO |
| post_title | text | NO |
| post_permalink | text | NO |
| post_edit_link | text | NO |
| juice | bigint(20) | NO |
CREATE TABLE Statement
CREATE TABLE wp_daextinma_anchors ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, url varchar(2083) NOT NULL DEFAULT '', anchor longtext NOT NULL DEFAULT '', 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 '', juice bigint(20) 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_anchors`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Interlinks Manager – Internal Links Optimizer