X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_diaspora-interaction.md;h=4ac432590976cb2d03d3c0255661e944420e582b;hb=206bda861ea17143338d8d2a2ffcf8583c4bec13;hp=503c846fd96da8ea73d985dc37653e4aea152410;hpb=2cd0c1d30d237806e9c3853aa0645f786e31855c;p=friendica.git diff --git a/doc/database/db_diaspora-interaction.md b/doc/database/db_diaspora-interaction.md index 503c846fd9..4ac4325909 100644 --- a/doc/database/db_diaspora-interaction.md +++ b/doc/database/db_diaspora-interaction.md @@ -3,9 +3,26 @@ Table diaspora-interaction Signed Diaspora Interaction +Fields +------ + | Field | Description | Type | Null | Key | Default | Extra | | ----------- | --------------------------------------------------------- | ------------ | ---- | --- | ------- | ----- | | uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | NO | PRI | NULL | | | interaction | The Diaspora interaction | mediumtext | YES | | NULL | | +Indexes +------------ + +| Name | Fields | +| ------- | ------ | +| PRIMARY | uri-id | + +Foreign Keys +------------ + +| Field | Target Table | Target Field | +|-------|--------------|--------------| +| uri-id | [item-uri](help/database/db_item-uri) | id | + Return to [database documentation](help/database)