]> git.mxchange.org Git - friendica.git/blob - doc/database/db_post-tag.md
5223ef9f4f8ca9a94c2e2ac4560d33e06d52f738
[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 | NO | PRI | NULL |  |    
8 | type |  | tinyint unsigned | NO | PRI | 0 |  |    
9 | tid |  | int unsigned | NO | PRI | 0 |  |    
10 | cid | Contact id of the mentioned public contact | int unsigned | NO | PRI | 0 |  |    
11
12 Return to [database documentation](help/database)