]> git.mxchange.org Git - friendica.git/blob - doc/database/db_post-tag.md
6beccad706bd57745e45e81ab2c17c429c6f22b1
[friendica.git] / doc / database / db_post-tag.md
1 Table post-tag
2 ===========
3 post relation to tags
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | YES | PRI |  |  |    
8 | type |  | tinyint unsigned | YES | PRI | 0 |  |    
9 | tid |  | int unsigned | YES | PRI | 0 |  |    
10 | cid | Contact id of the mentioned public contact | int unsigned | YES | PRI | 0 |  |    
11
12 Return to [database documentation](help/database)