{"table_name":"cfs_sessions","full_table_name":"wp_cfs_sessions","description":"Stores session data for tracking user or visitor state.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_cfs_sessions ( id VARCHAR(32), data TEXT, expires VARCHAR(10), PRIMARY KEY (id) ) DEFAULT CHARSET","columns":[{"name":"id","type":"VARCHAR(32)","nullable":true,"primary_key":false},{"name":"data","type":"TEXT","nullable":true,"primary_key":false},{"name":"expires","type":"VARCHAR(10)","nullable":true,"primary_key":false}],"plugin":{"slug":"atshift-fields-maintenance-for-custom-field-suite","name":"atshift Fields (Maintenance for Custom Field Suite)","active_installs":20,"version":"3.0.4","wp_org_url":"https://wordpress.org/plugins/atshift-fields-maintenance-for-custom-field-suite/"}}