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