Skip to content

Commit 01b23ee

Browse files
committed
update schema generation comment for clarity
1 parent 160c640 commit 01b23ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/diagnostics-app/src/app/views/schema.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default function SchemaPage() {
99
* Because this schema is generated on-the-fly based on the data received by the app, it can
1010
* be incomplete and should NOT be relied upon as a source of truth for your app schema.
1111
* 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.
1213
* Tables and columns are only added here. Nothing is removed until the database is cleared.
1314
*/`;
1415
return (

0 commit comments

Comments
 (0)