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