amer-sabah / bookshelf

0 stars 5 forks source link

as a lib owner , i want to add book so that i will increase number of copies of that book #20

Closed Amalqazaq closed 2 years ago

Amalqazaq commented 3 years ago

required tables: owner(id ,username ,password) , library (id ,name ,location , owner_id ) book(id ,name) books_in_library(library_id , book_id , number_of_copies)