1
1
Fork 0

Added documentation

This commit is contained in:
Michael 2017-04-29 08:11:54 +00:00
commit fa14096ea8
2 changed files with 15 additions and 0 deletions

View 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)