{"table_name":"crmlytics_contact_timeline","full_table_name":"wp_crmlytics_contact_timeline","description":"Stores crmlytics contact timeline data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_crmlytics_contact_timeline ( id BIGINT(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, contact_id BIGINT(20) UNSIGNED NOT NULL, event_type VARCHAR(50) NOT NULL, event_title VARCHAR(255) DEFAULT '', event_data JSON, event_description TEXT, created_by BIGINT(20) UNSIGNED DEFAULT 0, event_date DATETIME NOT NULL, created_at DATETIME, updated_at DATETIME, INDEX idx_contact_id (contact_id), INDEX idx_event_type (event_type), INDEX idx_event_date (event_date), INDEX idx_contact_event_date (contact_id, event_date), INDEX idx_contact_type_date (contact_id, event_type, event_date), INDEX idx_created_by (created_by) ) $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":"event_type","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"event_title","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"event_data","type":"JSON","nullable":true,"primary_key":false},{"name":"event_description","type":"TEXT","nullable":true,"primary_key":false},{"name":"created_by","type":"BIGINT(20) UNSIGNED","nullable":true,"primary_key":false},{"name":"event_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"updated_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/"}}