{"table_name":"h5p_counters","full_table_name":"wp_h5p_counters","description":"Stores h5p counters data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_h5p_counters ( type VARCHAR(63) NOT NULL, library_name VARCHAR(127) NOT NULL, library_version VARCHAR(31) NOT NULL, num INT UNSIGNED NOT NULL, PRIMARY KEY (type,library_name,library_version) ) {$charset};\");","columns":[{"name":"type","type":"VARCHAR(63)","nullable":false,"primary_key":false},{"name":"library_name","type":"VARCHAR(127)","nullable":false,"primary_key":false},{"name":"library_version","type":"VARCHAR(31)","nullable":false,"primary_key":false},{"name":"num","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/"}}