Description added

This commit is contained in:
Michael 2017-04-29 12:19:49 +00:00
parent 10ea759282
commit 55c39a80fa
1 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
Table conversation Table conversation
================== ==================
| Field | Description | Type | Null | Key | Default | Extra | | Field | Description | Type | Null | Key | Default | Extra |
|-------------------| ------------- |---------------------|------|-----|---------------------|----------------| |-------------------| ---------------------------------- |---------------------|------|-----|---------------------|----------------|
| item-uri | | varbinary(255) | NO | PRI | NULL | | | item-uri | URI of the item | varbinary(255) | NO | PRI | NULL | |
| reply-to-uri | | varbinary(255) | NO | | | | | reply-to-uri | URI to which this item is a reply | varbinary(255) | NO | | | |
| conversation-uri | | varbinary(255) | NO | | | | | conversation-uri | GNU Social conversation URI | varbinary(255) | NO | | | |
| conversation-href | | varbinary(255) | NO | | | | | conversation-href | GNU Social conversation link | varbinary(255) | NO | | | |
| protocol | | tinyint(1) unsigned | NO | | 0 | | | protocol | The protocol of the item | tinyint(1) unsigned | NO | | 0 | |
| source | | mediumtext | NO | | | | | source | Original source | mediumtext | NO | | | |
| received | | datetime | NO | | 0001-01-01 | | | received | Receiving date | datetime | NO | | 0001-01-01 | |
Return to [database documentation](help/database) Return to [database documentation](help/database)