{"table_name":"eascompliance_locations","full_table_name":"wp_eascompliance_locations","description":"Stores eascompliance locations data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_eascompliance_locations ( location_id int NOT NULL AUTO_INCREMENT , location_name varchar(100) , location_country varchar(2) NOT NULL , location_full_address varchar(1000) , location_delivery_countries varchar(100) , PRIMARY KEY (location_id) ) \");","columns":[{"name":"location_id","type":"int","nullable":false,"primary_key":true},{"name":"location_name","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"location_country","type":"varchar(2)","nullable":false,"primary_key":false},{"name":"location_full_address","type":"varchar(1000)","nullable":true,"primary_key":false},{"name":"location_delivery_countries","type":"varchar(100)","nullable":true,"primary_key":false}],"plugin":{"slug":"eas-eu-compliance","name":"EAS EU compliance","active_installs":200,"version":"1.8.10","wp_org_url":"https://wordpress.org/plugins/eas-eu-compliance/"}}