wp_eascompliance_product_locations
StaticStores product records and related data.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| product_id | int | NO |
| location_id | int | NO |
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