{"table_name":"ec_location_to_product","full_table_name":"wp_ec_location_to_product","description":"Stores product records and related data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE ec_location_to_product ( location_product_id int(11) NOT NULL AUTO_INCREMENT, location_id int(11) NOT NULL DEFAULT 0, product_id int(11) NOT NULL DEFAULT 0, PRIMARY KEY (location_product_id), UNIQUE KEY location_product_id (location_product_id), KEY location_id (location_id), KEY product_id (product_id) ) $collate;\" );","columns":[{"name":"location_product_id","type":"int(11)","nullable":false,"primary_key":true},{"name":"location_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"product_id","type":"int(11)","nullable":false,"primary_key":false}],"plugin":{"slug":"wp-easycart","name":"Shopping Cart & eCommerce Store","active_installs":4000,"version":"5.9.1","wp_org_url":"https://wordpress.org/plugins/wp-easycart/"}}