{"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","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","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}],"plugin":{"slug":"woo-jtl-connector","name":"JTL-Connector for WooCommerce","active_installs":1000,"version":"2.4.2","wp_org_url":"https://wordpress.org/plugins/woo-jtl-connector/"}}