{"table_name":"h5p_contents_libraries","full_table_name":"wp_h5p_contents_libraries","description":"Stores h5p contents libraries data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_h5p_contents_libraries ( content_id INT UNSIGNED NOT NULL, library_id INT UNSIGNED NOT NULL, dependency_type VARCHAR(31) NOT NULL, weight SMALLINT UNSIGNED NOT NULL DEFAULT 0, drop_css TINYINT UNSIGNED NOT NULL, PRIMARY KEY (content_id,library_id,dependency_type) ) {$charset};\");","columns":[{"name":"content_id","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"library_id","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"dependency_type","type":"VARCHAR(31)","nullable":false,"primary_key":false},{"name":"weight","type":"SMALLINT UNSIGNED","nullable":false,"primary_key":false},{"name":"drop_css","type":"TINYINT 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/"}}