]> git.mxchange.org Git - friendica.git/blob - doc/database/db_diaspora-interaction.md
80bd5f196bcdf55262f2d76e46a8e60ec2c818e7
[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 | NO  | PRI | NULL |  |    
8 | interaction | The Diaspora interaction                                  | mediumtext   | YES |     | NULL |  |    
9
10 Return to [database documentation](help/database)