mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-28 23:49:11 +08:00
工单的数据库结构 in #7
This commit is contained in:
17
DOC/DB/tickets.cson
Normal file
17
DOC/DB/tickets.cson
Normal file
@@ -0,0 +1,17 @@
|
||||
_id: ObjectID('525284cc2cebb6d0008b4567')
|
||||
account_id: ObjectID('525284cc2cebb6d0008b4567')
|
||||
created_at: ISODate('2013-02-22T03:03:37.312Z')
|
||||
updated_at: ISODate('2013-02-22T03:03:37.312Z')
|
||||
title: 'Ticket Title'
|
||||
content: 'Ticket Content(Markdown)'
|
||||
content_html: 'Ticket Conetnt(HTML)'
|
||||
attribute: {}
|
||||
replys: [
|
||||
_id: ObjectID('525284cc2cebb6d0008b4567')
|
||||
reply_to: ObjectID('525284cc2cebb6d0008b4567')
|
||||
account_id: ObjectID('525284cc2cebb6d0008b4567')
|
||||
created_at: ISODate('2013-02-22T03:03:37.312Z')
|
||||
content: 'Reply Content(Markdown)'
|
||||
content_html: 'Reply Conetnt(HTML)'
|
||||
attribute: {}
|
||||
]
|
||||
Reference in New Issue
Block a user