{"table_name":"crmlytics_custom_fields","full_table_name":"wp_crmlytics_custom_fields","description":"Stores crmlytics custom fields data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_crmlytics_custom_fields ( id BIGINT(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, field_name VARCHAR(255) NOT NULL, field_label VARCHAR(255) NOT NULL, field_type ENUM('text','textarea','number','yes_no','phone','url','date') DEFAULT 'text', field_options JSON, is_required TINYINT(1) DEFAULT 0, sort_order INT(10) DEFAULT 0, is_active TINYINT(1) DEFAULT 1, created_at DATETIME, updated_at DATETIME, UNIQUE KEY field_name (field_name) ) $charset_collate;\"; dbDelta($sql);","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":true,"primary_key":true},{"name":"field_name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"field_label","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"field_type","type":"ENUM('text','textarea','number','yes_no','phone','url','date')","nullable":true,"primary_key":false},{"name":"field_options","type":"JSON","nullable":true,"primary_key":false},{"name":"is_required","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"sort_order","type":"INT(10)","nullable":true,"primary_key":false},{"name":"is_active","type":"TINYINT(1)","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/"}}