{"table_name":"crmlytics_custom_field_values","full_table_name":"wp_crmlytics_custom_field_values","description":"Stores crmlytics custom field values data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_crmlytics_custom_field_values ( id BIGINT(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, contact_id BIGINT(20) UNSIGNED NOT NULL, field_id BIGINT(20) UNSIGNED NOT NULL, field_value TEXT, created_at DATETIME, updated_at DATETIME, INDEX idx_contact_id (contact_id), INDEX idx_field_id (field_id), UNIQUE KEY contact_field (contact_id, field_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":"field_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"field_value","type":"TEXT","nullable":true,"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/"}}