]> git.mxchange.org Git - friendica.git/blob - doc/database/db_post-tag.md
ae65cf983209351346caefec0b6ed9fb76a791b3
[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)