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