Schema Viewer is a developer-friendly Drupal module that allows site builders and developers to view the schema (structure) of database tables used within a Drupal installation, without exposing any table data. The module provides an intuitive interface for inspecting table columns, data types, lengths, nullability, and indexes.
While there are other tools (like Devel module or external DB clients) that expose table data or debugging information:
Schema Viewer is focused exclusively on schema visibility, without showing or exposing any data.
It does not require external access to the database or external tools like phpMyAdmin.
Offers filterable, search-based viewing, helping developers focus only on specific tables they are working with.
It is safer for use in shared environments since no CRUD operation or sensitive data exposure occurs.
Needs review
1.0
Code
This tag is to be applied to issues where an official security release has been made, but the fix needs to be ported to the development version of the code.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.