3 Raw data and structure information for messages
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | item-uri | Original URI of the item - unrelated to the table with the same name | varbinary(255) | YES | PRI | | |
8 | reply-to-uri | URI to which this item is a reply | varbinary(255) | YES | | | |
9 | conversation-uri | GNU Social conversation URI | varbinary(255) | YES | | | |
10 | conversation-href | GNU Social conversation link | varbinary(255) | YES | | | |
11 | protocol | The protocol of the item | tinyint unsigned | YES | | 255 | |
12 | direction | How the message arrived here: 1=push, 2=pull | tinyint unsigned | YES | | 0 | |
13 | source | Original source | mediumtext | NO | | | |
14 | received | Receiving date | datetime | YES | | 0001-01-01 00:00:00 | |
16 Return to [database documentation](help/database)