{"table_name":"crmlytics_contact_tags","full_table_name":"wp_crmlytics_contact_tags","description":"Stores crmlytics contact tags data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_crmlytics_contact_tags ( id SMALLINT(5) UNSIGNED AUTO_INCREMENT PRIMARY KEY, tag_name VARCHAR(100) NOT NULL, tag_slug VARCHAR(100) NOT NULL, tag_color VARCHAR(7) DEFAULT '#0073aa', tag_description TEXT, auto_apply TINYINT(1) DEFAULT 0, prune_non_matching TINYINT(1) DEFAULT 0, rules JSON, customer_count INT(10) UNSIGNED DEFAULT 0, created_at DATETIME, UNIQUE KEY tag_slug (tag_slug) ) $charset_collate;\"; dbDelta($sql);","columns":[{"name":"id","type":"SMALLINT(5) UNSIGNED","nullable":true,"primary_key":true},{"name":"tag_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"tag_slug","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"tag_color","type":"VARCHAR(7)","nullable":true,"primary_key":false},{"name":"tag_description","type":"TEXT","nullable":true,"primary_key":false},{"name":"auto_apply","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"prune_non_matching","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"rules","type":"JSON","nullable":true,"primary_key":false},{"name":"customer_count","type":"INT(10) UNSIGNED","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/"}}