]> git.mxchange.org Git - friendica.git/blob - doc/database/db_post-category.md
Pad the header
[friendica.git] / doc / database / db_post-category.md
1 Table post-category
2 ===========
3 post relation to categories
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 | uid    | User id                                                   | mediumint unsigned | NO   | PRI | 0       |       |    
9 | type   |                                                           | tinyint unsigned   | NO   | PRI | 0       |       |    
10 | tid    |                                                           | int unsigned       | NO   | PRI | 0       |       |    
11
12 Return to [database documentation](help/database)