friendica/doc/database/db_post-category.md

1.3 KiB

Table post-category

post relation to categories

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
uid User id mediumint unsigned NO PRI 0
type tinyint unsigned NO PRI 0
tid int unsigned NO PRI 0

Indexes

Name Fields
PRIMARY uri-id, uid, type, tid
tid tid
uid_uri-id uid, uri-id

Foreign Keys

Field Target Table Target Field
uri-id item-uri id
uid user uid
tid tag id

Return to database documentation