android - chat application database design -


i'm attempting create chat application in android, whatsapp. chat view have list of chat sessions , clicking chat session open chat window users chat each other. chat session show name of user @ other end , last message sent. here's attempt @ designing database

enter image description here

is correct schema database accomplish i'm trying achieve? i'm going using signalr real time communication. want know if i'm headed in right direction.


Comments

Popular posts from this blog

javascript - Why Selenium can't find an element that is graphically visible -

java - How to compare two classes -

mysql - Gateway Timeout Error on Insert 70000 record using Hibernate in Java -