4.2 Updates to 3.1
Jul 21, 2017 · 1 min read
Some changes are made while developing the webapp.
Here is the link to my previous data modelling blogpost:
After applying changes,schema looks like :

In the updated database, we have added one table for storing feed backs from users.
Email and mobile information for user is also moved to “user_info” table as these data can be fetched by any user to contact other user.
Here we have added two more column in Books table i.e borrowable and buyable. Previously we have not decided to add buy page but now user can also buy books if available.
