{"table_name":"cb_fields","full_table_name":"wp_cb_fields","description":"Stores cb fields data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_cb_fields ( id INT NOT NULL AUTO_INCREMENT, block_id INT NOT NULL, title VARCHAR(255) NOT NULL DEFAULT '', field_key VARCHAR(255) NOT NULL DEFAULT '', field_type VARCHAR(50) NOT NULL DEFAULT 'text', field_options TEXT NOT NULL, group_name VARCHAR(100) NOT NULL DEFAULT '', is_required TINYINT(1) NOT NULL DEFAULT 0, is_active TINYINT(1) NOT NULL DEFAULT 1, sort_order INT NOT NULL DEFAULT 0, PRIMARY KEY (id), KEY block_id (block_id) ) $charset; \");","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"block_id","type":"INT","nullable":false,"primary_key":false},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"field_key","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"field_type","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"field_options","type":"TEXT","nullable":false,"primary_key":false},{"name":"group_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"is_required","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"is_active","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"sort_order","type":"INT","nullable":false,"primary_key":false}],"plugin":{"slug":"chunkblocks","name":"ChunkBlocks","active_installs":0,"version":"1.0.7","wp_org_url":"https://wordpress.org/plugins/chunkblocks/"}}