friendica/doc/database/db_diaspora-interaction.md

29 lines
868 B
Markdown
Raw Normal View History

Table diaspora-interaction
===========
2021-06-14 08:10:11 +02:00
Signed Diaspora Interaction
2021-06-14 10:53:37 +02:00
Fields
------
2021-06-14 08:10:11 +02:00
| 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 | |
2021-06-14 10:53:37 +02:00
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)