wp_eascompliance_product_locations

Static

Stores product records and related data.

Column Definitions

ColumnTypeNullable
product_idintNO
location_idintNO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS wp_eascompliance_product_locations ( product_id int NOT NULL , location_id int NOT NULL ) ");

Safe to delete?

If you have uninstalled EAS EU compliance, 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_eascompliance_product_locations`;

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

Other tables from EAS EU compliance