{"slug":"atshift-fields-maintenance-for-custom-field-suite","name":"atshift Fields (Maintenance for Custom Field Suite)","description":"Maintained and extended CFS-compatible fields with safer edit screens, tab/accordion/conditional groups, native fields, and meta box placement.","author":"@shift","active_installs":20,"version":"3.0.4","wp_org_url":"https://wordpress.org/plugins/atshift-fields-maintenance-for-custom-field-suite/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"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","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}],"create_sql":"CREATE TABLE wp_cfs_sessions ( id VARCHAR(32), data TEXT, expires VARCHAR(10), PRIMARY KEY (id) ) DEFAULT CHARSET"},{"table_name":"cfs_values","full_table_name":"wp_cfs_values","description":"Stores cfs values data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"INT unsigned","nullable":false,"primary_key":true},{"name":"field_id","type":"INT unsigned","nullable":true,"primary_key":false},{"name":"meta_id","type":"INT unsigned","nullable":true,"primary_key":false},{"name":"post_id","type":"INT unsigned","nullable":true,"primary_key":false},{"name":"base_field_id","type":"INT unsigned","nullable":true,"primary_key":false},{"name":"hierarchy","type":"TEXT","nullable":true,"primary_key":false},{"name":"depth","type":"INT unsigned","nullable":true,"primary_key":false},{"name":"weight","type":"INT unsigned","nullable":true,"primary_key":false},{"name":"sub_weight","type":"INT unsigned","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_cfs_values ( id INT unsigned not null auto_increment, field_id INT unsigned, meta_id INT unsigned, post_id INT unsigned, base_field_id INT unsigned default 0, hierarchy TEXT, depth INT unsigned default 0, weight INT unsigned default 0, sub_weight INT unsigned default 0, PRIMARY KEY (id), INDEX field_id_idx (field_id), INDEX post_id_idx (post_id) ) DEFAULT CHARSET"}],"table_count":2}