wp_daextinma_juice

Static

Stores daextinma juice data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idbigint(20)NO
urlvarchar(2083)NO
iilbigint(20)NO
juicebigint(20)NO
juice_relativebigint(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