friendica_stable_2026.01/doc/en/spec/database/db-post-activity.md

25 lines
952 B
Markdown

# Table post-activity
Original remote activity
## 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 | |
| activity | Original activity | mediumtext | YES | | NULL | |
| received | | datetime | YES | | NULL | |
## Indexes
| Name | Fields |
| ------- | ------ |
| PRIMARY | uri-id |
## Foreign keys
| Field | Target Table | Target Field |
|-------|--------------|--------------|
| uri-id | [item-uri](help/spec/database/db-item-uri) | id |
Return to [database documentation](help/spec/database/index)