{"table_name":"cb_page_blocks","full_table_name":"wp_cb_page_blocks","description":"Stores cb page blocks data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_cb_page_blocks ( id INT NOT NULL AUTO_INCREMENT, post_id INT NOT NULL, block_id INT NOT NULL, field_values LONGTEXT NOT NULL, sort_order INT NOT NULL DEFAULT 0, is_active TINYINT(1) NOT NULL DEFAULT 1, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY post_id (post_id), KEY block_id (block_id) ) $charset; \");","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"post_id","type":"INT","nullable":false,"primary_key":false},{"name":"block_id","type":"INT","nullable":false,"primary_key":false},{"name":"field_values","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"sort_order","type":"INT","nullable":false,"primary_key":false},{"name":"is_active","type":"TINYINT(1)","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/"}}