{"table_name":"coxwall_file_hashes","full_table_name":"wp_coxwall_file_hashes","description":"Stores coxwall file hashes data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_coxwall_file_hashes ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, file_path VARCHAR(255) NOT NULL, file_hash VARCHAR(64) NOT NULL, status VARCHAR(20) NOT NULL DEFAULT 'ok', scanned_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY file_path (file_path(191)) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"file_path","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"file_hash","type":"VARCHAR(64)","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"scanned_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"coxwall","name":"CoxWall","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/coxwall/"}}