{"table_name":"sync_errors","full_table_name":"wp_sync_errors","description":"Stores sync errors data created by this plugin.","detection_method":"static","confidence":"high","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' . ')' );","columns":[],"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/"}}