Added documentation
This commit is contained in:
parent
0e4cd900d5
commit
fa14096ea8
2 changed files with 15 additions and 0 deletions
14
doc/database/db_conversation.md
Normal file
14
doc/database/db_conversation.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
Table conversation
|
||||
==================
|
||||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
|-------------------| ------------- |---------------------|------|-----|---------------------|----------------|
|
||||
| item-uri | | varbinary(255) | NO | PRI | NULL | |
|
||||
| reply-to-uri | | varbinary(255) | NO | | | |
|
||||
| conversation-uri | | varbinary(255) | NO | | | |
|
||||
| conversation-href | | varbinary(255) | NO | | | |
|
||||
| protocol | | tinyint(1) unsigned | NO | | 0 | |
|
||||
| source | | mediumtext | NO | | | |
|
||||
| received | | datetime | NO | | 0001-01-01 | |
|
||||
|
||||
Return to [database documentation](help/database)
|
Loading…
Add table
Add a link
Reference in a new issue