{"table_name":"crmlytics_customers","full_table_name":"wp_crmlytics_customers","description":"Stores crmlytics customers data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_crmlytics_customers ( id BIGINT(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, contact_id BIGINT(20) UNSIGNED NOT NULL, total_orders INT(10) UNSIGNED DEFAULT 0, total_spent DECIMAL(10,2) DEFAULT 0.00, avg_order_value DECIMAL(10,2) DEFAULT 0.00, first_order_date DATETIME, last_order_date DATETIME, health_score INT(3) DEFAULT 0, churn_risk INT(3) DEFAULT 0, rfm_score VARCHAR(3) DEFAULT '000', UNIQUE KEY contact_customer (contact_id), INDEX idx_total_spent (total_spent), INDEX idx_last_order (last_order_date), INDEX idx_health_score (health_score), INDEX idx_rfm_score (rfm_score) ) $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":"total_orders","type":"INT(10) UNSIGNED","nullable":true,"primary_key":false},{"name":"total_spent","type":"DECIMAL(10,2)","nullable":true,"primary_key":false},{"name":"avg_order_value","type":"DECIMAL(10,2)","nullable":true,"primary_key":false},{"name":"first_order_date","type":"DATETIME","nullable":true,"primary_key":false},{"name":"last_order_date","type":"DATETIME","nullable":true,"primary_key":false},{"name":"health_score","type":"INT(3)","nullable":true,"primary_key":false},{"name":"churn_risk","type":"INT(3)","nullable":true,"primary_key":false},{"name":"rfm_score","type":"VARCHAR(3)","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/"}}