]> git.mxchange.org Git - friendica.git/blob - doc/database/db_diaspora-interaction.md
Updates database structure documentation
[friendica.git] / doc / database / db_diaspora-interaction.md
1 Table diaspora-interaction
2 ===========
3 Signed Diaspora Interaction
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | YES | PRI |  |  |    
8 | interaction | The Diaspora interaction | mediumtext | NO |  |  |  |    
9
10 Return to [database documentation](help/database)