{"table_name":"crmlytics_email_tracking","full_table_name":"wp_crmlytics_email_tracking","description":"Stores crmlytics email tracking data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_crmlytics_email_tracking ( id BIGINT(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, campaign_id BIGINT(20) UNSIGNED NOT NULL, contact_id BIGINT(20) UNSIGNED NOT NULL, email_to VARCHAR(255) NOT NULL, subject VARCHAR(255), sent_at DATETIME, clicked_at DATETIME, INDEX idx_campaign_id (campaign_id), INDEX idx_contact_id (contact_id) ) $charset_collate;\"; dbDelta($sql);","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":true,"primary_key":true},{"name":"campaign_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"contact_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"email_to","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"subject","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"sent_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"clicked_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/"}}