{"table_name":"h5p_libraries_languages","full_table_name":"wp_h5p_libraries_languages","description":"Stores h5p libraries languages data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_h5p_libraries_languages ( library_id INT UNSIGNED NOT NULL, language_code VARCHAR(31) NOT NULL, translation TEXT NOT NULL, PRIMARY KEY (library_id,language_code) ) {$charset};\");","columns":[{"name":"library_id","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"language_code","type":"VARCHAR(31)","nullable":false,"primary_key":false},{"name":"translation","type":"TEXT","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/"}}