wp_inl_link_struct_to_links

Static

Stores inl link struct to links data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑links_idINTNO
sourceINTYES
target1INTYES
target2INTYES
anchor_text1VARCHAR(200)YES
anchor_text2VARCHAR(200)YES
link_struct_idINTNO
create_dateTIMESTAMPYES
created_byVARCHAR(50)YES
mod_dateTIMESTAMPYES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `inl_link_struct_to_links` ( `links_id` INT NOT NULL AUTO_INCREMENT, `source` INT NULL, `target1` INT NULL, `target2` INT NULL, `anchor_text1` VARCHAR(200) NULL , `anchor_text2` VARCHAR(200) NULL , `link_struct_id` INT NOT NULL , `create_date` TIMESTAMP NULL , `created_by` VARCHAR(50) NULL , `mod_date` TIMESTAMP NULL , PRIMARY KEY (`links_id`) ) ENGINE

Safe to delete?

If you have uninstalled No Sweat WP Internal Links Lite, 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_inl_link_struct_to_links`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from No Sweat WP Internal Links Lite