{"table_name":"h5p_tmpfiles","full_table_name":"wp_h5p_tmpfiles","description":"Stores h5p tmpfiles data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_h5p_tmpfiles ( id INT UNSIGNED NOT NULL AUTO_INCREMENT, path VARCHAR(255) NOT NULL, created_at INT UNSIGNED NOT NULL, PRIMARY KEY (id), KEY created_at (created_at) ) {$charset};\");","columns":[{"name":"id","type":"INT UNSIGNED","nullable":false,"primary_key":true},{"name":"path","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"created_at","type":"INT UNSIGNED","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/"}}