{"slug":"eas-eu-compliance","name":"EAS EU compliance","description":"EAS solution automates the complicated EU VAT and UK VAT compliance. With the comprehensive solution and full automation, you focus only on sales.","author":"EAS project","active_installs":200,"version":"1.8.10","wp_org_url":"https://wordpress.org/plugins/eas-eu-compliance/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"eascompliance_locations","full_table_name":"wp_eascompliance_locations","description":"Stores eascompliance locations data created by this plugin.","detection_method":"static","confidence":"high","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}],"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) ) \");"},{"table_name":"eascompliance_product_locations","full_table_name":"wp_eascompliance_product_locations","description":"Stores product records and related data.","detection_method":"static","confidence":"high","columns":[{"name":"product_id","type":"int","nullable":false,"primary_key":false},{"name":"location_id","type":"int","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_eascompliance_product_locations ( product_id int NOT NULL , location_id int NOT NULL ) \");"},{"table_name":"eascompliance_session_data","full_table_name":"wp_eascompliance_session_data","description":"Stores session data for tracking user or visitor state.","detection_method":"static","confidence":"high","columns":[{"name":"session_data_id","type":"int","nullable":false,"primary_key":true},{"name":"session_id","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"session_key","type":"varchar(1000)","nullable":false,"primary_key":false},{"name":"session_key_type","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"session_value","type":"varchar(50000)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_eascompliance_session_data ( session_data_id int NOT NULL AUTO_INCREMENT , session_id varchar(100) NOT NULL , session_key varchar(1000) NOT NULL , session_key_type varchar(100) NOT NULL , session_value varchar(50000) NULL , PRIMARY KEY (session_data_id) ) \");"}],"table_count":3}