]> git.mxchange.org Git - friendica.git/blob - doc/database/db_diaspora-interaction.md
Merge remote-tracking branch 'upstream/develop' into api-edit
[friendica.git] / doc / database / db_diaspora-interaction.md
1 Table diaspora-interaction
2 ===========
3
4 Signed Diaspora Interaction
5
6 Fields
7 ------
8
9 | Field       | Description                                               | Type         | Null | Key | Default | Extra |
10 | ----------- | --------------------------------------------------------- | ------------ | ---- | --- | ------- | ----- |
11 | uri-id      | Id of the item-uri table entry that contains the item uri | int unsigned | NO   | PRI | NULL    |       |
12 | interaction | The Diaspora interaction                                  | mediumtext   | YES  |     | NULL    |       |
13
14 Indexes
15 ------------
16
17 | Name    | Fields |
18 | ------- | ------ |
19 | PRIMARY | uri-id |
20
21 Foreign Keys
22 ------------
23
24 | Field | Target Table | Target Field |
25 |-------|--------------|--------------|
26 | uri-id | [item-uri](help/database/db_item-uri) | id |
27
28 Return to [database documentation](help/database)