{"table_name":"crmlytics_contact_tag_mapping","full_table_name":"wp_crmlytics_contact_tag_mapping","description":"Stores crmlytics contact tag mapping data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_crmlytics_contact_tag_mapping ( id BIGINT(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, contact_id BIGINT(20) UNSIGNED NOT NULL, tag_id SMALLINT(5) UNSIGNED NOT NULL, source ENUM('manual','auto') DEFAULT 'manual', created_at DATETIME, UNIQUE KEY contact_tag (contact_id, tag_id), INDEX idx_contact_id (contact_id), INDEX idx_tag_id (tag_id) ) $charset_collate;\"; dbDelta($sql);","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":true,"primary_key":true},{"name":"contact_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"tag_id","type":"SMALLINT(5) UNSIGNED","nullable":false,"primary_key":false},{"name":"source","type":"ENUM('manual','auto')","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"crmlytics","name":"CRMlytics – WooCommerce CRM & Customer Analytics","active_installs":0,"version":"1.0.2","wp_org_url":"https://wordpress.org/plugins/crmlytics/"}}