MessengerAppDBModel

This is a basic chat application database structure model which has three data tables:

  1. The 'users' table
  2. The 'messages' table
  3. The 'last_seen' table

of course this database model can be built upon

image

image