{"table_name":"fileentries","full_table_name":"wp_fileentries","description":"Stores fileentries data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS fileentries ( id INTEGER PRIMARY KEY AUTOINCREMENT, parent_id INTEGER, name TEXT NOT NULL, type TEXT NOT NULL, size INTEGER, dir_size INTEGER, dir_recursive_size INTEGER, dir_count INTEGER, dir_recursive_count INTEGER, last_modified_date INTEGER, is_wp_core_file INTEGER ) \");","columns":[{"name":"id","type":"INTEGER","nullable":true,"primary_key":true},{"name":"parent_id","type":"INTEGER","nullable":true,"primary_key":false},{"name":"name","type":"TEXT","nullable":false,"primary_key":false},{"name":"type","type":"TEXT","nullable":false,"primary_key":false},{"name":"size","type":"INTEGER","nullable":true,"primary_key":false},{"name":"dir_size","type":"INTEGER","nullable":true,"primary_key":false},{"name":"dir_recursive_size","type":"INTEGER","nullable":true,"primary_key":false},{"name":"dir_count","type":"INTEGER","nullable":true,"primary_key":false},{"name":"dir_recursive_count","type":"INTEGER","nullable":true,"primary_key":false},{"name":"last_modified_date","type":"INTEGER","nullable":true,"primary_key":false},{"name":"is_wp_core_file","type":"INTEGER","nullable":true,"primary_key":false}],"plugin":{"slug":"disk-usage-insights","name":"Disk Usage Insights","active_installs":1000,"version":"1.11","wp_org_url":"https://wordpress.org/plugins/disk-usage-insights/"}}