Skip to content

Commit

Permalink
Add example of comment on view
Browse files Browse the repository at this point in the history
  • Loading branch information
kjcsb1 authored Dec 12, 2024
1 parent af6b79d commit 4e28a37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/references/api/openapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 4e28a37

Please sign in to comment.