{"table_name":"h5p_libraries_cachedassets","full_table_name":"wp_h5p_libraries_cachedassets","description":"A cache table that stores temporary computed or fetched data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_h5p_libraries_cachedassets ( library_id INT UNSIGNED NOT NULL, hash VARCHAR(64) NOT NULL, PRIMARY KEY (library_id,hash) ) {$charset};\");","columns":[{"name":"library_id","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"hash","type":"VARCHAR(64)","nullable":false,"primary_key":false}],"plugin":{"slug":"h5p","name":"Interactive Content – H5P","active_installs":40000,"version":"1.17.8","wp_org_url":"https://wordpress.org/plugins/h5p/"}}