amer-sabah / bookshelf

0 stars 5 forks source link

as a lib owner , i want to add new book after checking. #6

Open Amalqazaq opened 3 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 )