Updates database structure documentation
This commit is contained in:
parent
cd8ce7eada
commit
84ab5d6159
83 changed files with 1289 additions and 796 deletions
|
|
@ -1,14 +1,16 @@
|
|||
Table conversation
|
||||
==================
|
||||
===========
|
||||
Raw data and structure information for messages
|
||||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
|-------------------| ---------------------------------- |---------------------|------|-----|---------------------|----------------|
|
||||
| item-uri | URI of the item | varbinary(255) | NO | PRI | NULL | |
|
||||
| reply-to-uri | URI to which this item is a reply | varbinary(255) | NO | | | |
|
||||
| conversation-uri | GNU Social conversation URI | varbinary(255) | NO | | | |
|
||||
| conversation-href | GNU Social conversation link | varbinary(255) | NO | | | |
|
||||
| protocol | The protocol of the item | tinyint(1) unsigned | NO | | 0 | |
|
||||
| source | Original source | mediumtext | NO | | | |
|
||||
| received | Receiving date | datetime | NO | | 0001-01-01 | |
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
| item-uri | Original URI of the item - unrelated to the table with the same name | varbinary(255) | YES | PRI | | |
|
||||
| reply-to-uri | URI to which this item is a reply | varbinary(255) | YES | | | |
|
||||
| conversation-uri | GNU Social conversation URI | varbinary(255) | YES | | | |
|
||||
| conversation-href | GNU Social conversation link | varbinary(255) | YES | | | |
|
||||
| protocol | The protocol of the item | tinyint unsigned | YES | | 255 | |
|
||||
| direction | How the message arrived here: 1=push, 2=pull | tinyint unsigned | YES | | 0 | |
|
||||
| source | Original source | mediumtext | NO | | | |
|
||||
| received | Receiving date | datetime | YES | | 0001-01-01 00:00:00 | |
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue