We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160c640 commit 01b23eeCopy full SHA for 01b23ee
tools/diagnostics-app/src/app/views/schema.tsx
@@ -9,6 +9,7 @@ export default function SchemaPage() {
9
* Because this schema is generated on-the-fly based on the data received by the app, it can
10
* be incomplete and should NOT be relied upon as a source of truth for your app schema.
11
* If a table is empty, it will not be shown here.
12
+ * If a column contains only NULL values, the column will not be shown here.
13
* Tables and columns are only added here. Nothing is removed until the database is cleared.
14
*/`;
15
return (
0 commit comments