Skip to content

Commit

Permalink
Update comment example
Browse files Browse the repository at this point in the history
  • Loading branch information
nassibnassar committed Nov 1, 2023
1 parent 1fd3155 commit 93a408e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-- folio_circulation.loan__t
--metadb:comment folio_circulation.loan__t

COMMENT ON COLUMN folio_circulation.loan__t.id IS 'Unique ID (generated UUID) of the loan';
COMMENT ON COLUMN folio_circulation.loan__t.user_id IS 'ID of the patron the item was lent to. Required for open loans, not required for closed loans (for anonymization).';
COMMENT ON COLUMN folio_circulation.loan__t.item_id IS 'ID of the item lent to the patron';
Expand Down

0 comments on commit 93a408e

Please sign in to comment.