{"table_name":"cb_tables","full_table_name":"wp_cb_tables","description":"Stores cb tables data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_cb_tables ( id INT NOT NULL AUTO_INCREMENT, title VARCHAR(255) NOT NULL DEFAULT '', slug VARCHAR(255) NOT NULL DEFAULT '', field_groups TEXT NOT NULL, is_active TINYINT(1) NOT NULL DEFAULT 1, sort_order INT NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY slug (slug) ) $charset; \");","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"slug","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"field_groups","type":"TEXT","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},{"name":"created_at","type":"DATETIME","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/"}}