{"table_name":"cu_groups","full_table_name":"wp_cu_groups","description":"Stores cu groups data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_cu_groups ( id INT UNSIGNED NOT NULL AUTO_INCREMENT, name VARCHAR(255) NOT NULL, description VARCHAR(1000) DEFAULT NULL, enabled TINYINT(1) NOT NULL DEFAULT 1, created_at DATETIME NOT NULL, PRIMARY KEY (id), KEY idx_enabled (enabled) ) ENGINE","columns":[{"name":"id","type":"INT UNSIGNED","nullable":false,"primary_key":true},{"name":"name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"description","type":"VARCHAR(1000)","nullable":true,"primary_key":false},{"name":"enabled","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"code-unloader","name":"Code Unloader","active_installs":10,"version":"1.4.10","wp_org_url":"https://wordpress.org/plugins/code-unloader/"}}