friendica/doc/database/db_post-tag.md

527 B

Table post-tag

post relation to tags

Field Description Type Null Key Default Extra
uri-id Id of the item-uri table entry that contains the item uri int unsigned YES PRI
type tinyint unsigned YES PRI 0
tid int unsigned YES PRI 0
cid Contact id of the mentioned public contact int unsigned YES PRI 0

Return to database documentation