Open Alfedi opened 4 years ago
Books can be borrowed. Add a new endpoint to indicate if a books is borrowed and who has it. The books table already has a boolean is_borrowed and a string borrowed_by (in fact it should be borrowed_to).
is_borrowed
borrowed_by
borrowed_to
Books can be borrowed. Add a new endpoint to indicate if a books is borrowed and who has it. The books table already has a boolean
is_borrowed
and a stringborrowed_by
(in fact it should beborrowed_to
).