1
Q
創建表消息和請求
A
回答
0
create table users(
id integer,
name string,
email # if needed (to send to).
)
create table messages(
id integer,
message text,
from_user_id integer,
to_user_id integer,
sent_on datetime,
received_on datetime,
read_on datetime)
這是給你適當地填充sent_on
/received_on
/read_on
在您的應用程序。
相關問題
- 1. 創建肥皂請求消息
- 2. documentdb錯誤創建請求消息
- 3. 消息HTTPS請求
- 4. 如何在Biztalk 2010中構建WCF請求消息的消息
- 5. Django:消息系統,請求
- 6. SQS消息請求限制
- 7. 薩翁消息請求
- 8. Java HTTP請求消息
- 9. 創建SOAP請求
- 10. 創建Ajax請求
- 11. 創建消息框
- 12. 從消息描述中創建消息
- 13. 在'消息'中創建消息
- 14. 發送Facebook朋友請求邀請返回消息:用戶取消請求
- 15. 「請求不存在」創建表單symfony2
- 16. 在SQL中創建消息列表
- 17. 創建Visual Studio錯誤列表消息
- 18. 如何創建消息列表屏幕?
- 19. 創建SOAP請求和顯示響應
- 20. retrofit2.0:創建和執行請求手動
- 21. Spring Data JPA和PUT請求創建
- 22. MSMQ - 創建和發送消息
- 23. 用Java創建和發送SOAP消息
- 24. 創建AlertDialog與兩個MultiChoiceItems和消息
- 25. 創建和發送一個HttpResponse消息
- 26. 從Scrapy中的請求對象獲取HTTP請求消息
- 27. WSDL請求(Glassfish v3)上的WSDL請求消息(HTTP 405)無效
- 28. Bintray:無法創建包HTTP/1.1 400錯誤請求[消息:許可'['不存在]
- 29. 如何使用c爲PayPal CreateInvoice api創建SOAP XML請求消息#
- 30. 如何打印SOAP請求消息?
http://whatHaveYouTried.com? –
爲什麼不使用任何現有的開源郵件系統?像Jabber,甚至irc。聊天對於關係數據庫來說是一個非常糟糕的用例。 –
我想知道如何設計自己的mysql。有人可以幫助我嗎? –