friendica/doc/database/db_post-tag.md
2021-06-14 05:08:01 +00:00

531 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 NULL
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