- [x] Remove `bookshelf_id` from books. - Books and bookshelves will be a many to many relationship. - [x] Add a `shelvings` table (or similar name) That will be a joins table between bookshelves and books. - [x] Add a `book_id` to comments - [x] Add a `book_id` to reviews - [x] Remove `book_id` from bookshelves (since they will be linked via joins table). - [x] Add `name` to bookshelves, maybe also a description.
bookshelf_idfrom books.shelvingstable (or similar name) That will be a joins table between bookshelves and books.book_idto commentsbook_idto reviewsbook_idfrom bookshelves (since they will be linked via joins table).nameto bookshelves, maybe also a description.