{"slug":"woo-jtl-connector","name":"JTL-Connector for WooCommerce","description":"Extend your shop software, trough this connector, with an full ERP with many features for marketplaces etc.","author":"ntbyk","active_installs":1000,"version":"2.4.2","wp_org_url":"https://wordpress.org/plugins/woo-jtl-connector/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"jtl_connector_","full_table_name":"wp_jtl_connector_","description":"Stores jtl connector  data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"jtl_connector_link_customer","full_table_name":"wp_jtl_connector_link_customer","description":"Stores jtl connector link customer data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"endpoint_id","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"host_id","type":"INT(10) unsigned","nullable":false,"primary_key":false},{"name":"is_guest","type":"BIT","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `jtl_connector_link_customer` ( `endpoint_id` VARCHAR(255) NOT NULL, `host_id` INT(10) unsigned NOT NULL, `is_guest` BIT, PRIMARY KEY (`endpoint_id`, `host_id`, `is_guest`), INDEX (`host_id`, `is_guest`), INDEX (`endpoint_id`, `is_guest`) ) ENGINE"},{"table_name":"jtl_connector_link_customer_group","full_table_name":"wp_jtl_connector_link_customer_group","description":"Stores jtl connector link customer group data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"endpoint_id","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"host_id","type":"INT(10) unsigned","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `jtl_connector_link_customer_group` ( `endpoint_id` VARCHAR(255) NOT NULL, `host_id` INT(10) unsigned NOT NULL, PRIMARY KEY (`endpoint_id`, `host_id`), INDEX (`host_id`), INDEX (`endpoint_id`) ) ENGINE"},{"table_name":"jtl_connector_link_image","full_table_name":"wp_jtl_connector_link_image","description":"Stores jtl connector link image data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"endpoint_id","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"host_id","type":"INT(10)","nullable":false,"primary_key":false},{"name":"type","type":"INT unsigned","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `jtl_connector_link_image` ( `endpoint_id` VARCHAR(255) NOT NULL, `host_id` INT(10) NOT NULL, `type` INT unsigned NOT NULL, PRIMARY KEY (`endpoint_id`, `host_id`, `type`), INDEX (`host_id`, `type`), INDEX (`endpoint_id`, `type`) ) ENGINE"},{"table_name":"jtl_connector_link_manufacturer","full_table_name":"wp_jtl_connector_link_manufacturer","description":"Stores jtl connector link manufacturer data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"sync_errors","full_table_name":"wp_sync_errors","description":"Stores sync errors data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE IF NOT EXISTS sync_errors (' . 'id INTEGER PRIMARY KEY AUTOINCREMENT,' . 'scope TEXT NOT NULL DEFAULT \\'\\',' // phpcs:ignore . 'controller TEXT NOT NULL,' . 'action TEXT NOT NULL,' . 'entity_id TEXT NOT NULL DEFAULT \\'\\',' // phpcs:ignore . 'message TEXT NOT NULL,' . 'created_at TEXT NOT NULL' . ')' );"},{"table_name":"woocommerce_attribute_taxonomies","full_table_name":"wp_woocommerce_attribute_taxonomies","description":"Stores woocommerce attribute taxonomies data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null}],"table_count":7}