docs: Add example of comment on view

This commit is contained in:
kjcsb1
2024-12-12 20:54:12 +01:00
committed by GitHub
parent af6b79d4d7
commit 3e1a904785
+3
View File
@@ -19,6 +19,9 @@ For extra customization, the OpenAPI output contains a "description" field for e
COMMENT ON TABLE monotremes IS
'Freakish mammals lay the best eggs for breakfast';
COMMENT ON VIEW monotremes_v IS
'Only the platypus is publicly visible';
COMMENT ON COLUMN monotremes.has_venomous_claw IS
'Sometimes breakfast is not worth it';