Closed mehai closed 5 years ago
Create database infrastructure using either hibernate or mysql having following tables:
Users
Books
Reviews
Reservations
All identified by id - primary key.
Books - ONE to MANY - Reservations, Reviews
Users - ONE to MANY - Reservations, Reviews
check pull request https://github.com/mehai/argolib/pull/3
Create database infrastructure using either hibernate or mysql having following tables:
Users
Books
Reviews
Reservations
All identified by id - primary key.
Relationships:
Books - ONE to MANY - Reservations, Reviews
Users - ONE to MANY - Reservations, Reviews