]> git.mxchange.org Git - friendica.git/blob - doc/database/db_post-category.md
Added default value "NULL"
[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 | YES | PRI | NULL |  |    
8 | uid | User id | mediumint unsigned | YES | PRI | 0 |  |    
9 | type |  | tinyint unsigned | YES | PRI | 0 |  |    
10 | tid |  | int unsigned | YES | PRI | 0 |  |    
11
12 Return to [database documentation](help/database)