1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-11 17:24:43 +00:00
friendica-github/doc/database/db_post-activity.md

970 B

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 id

Return to database documentation