{"table_name":"crmlytics_segments","full_table_name":"wp_crmlytics_segments","description":"Stores crmlytics segments data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_crmlytics_segments ( id SMALLINT(5) UNSIGNED AUTO_INCREMENT PRIMARY KEY, segment_name VARCHAR(100) NOT NULL, segment_slug VARCHAR(100) NOT NULL, rules JSON, created_at DATETIME, updated_at DATETIME, UNIQUE KEY segment_slug (segment_slug) ) $charset_collate;\"; dbDelta($sql);","columns":[{"name":"id","type":"SMALLINT(5) UNSIGNED","nullable":true,"primary_key":true},{"name":"segment_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"segment_slug","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"rules","type":"JSON","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/"}}