]> git.mxchange.org Git - friendica.git/blob - doc/database/db_item-uri.md
Updates database structure documentation
[friendica.git] / doc / database / db_item-uri.md
1 Table item-uri
2 ===========
3 URI and GUID for items
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | id |  | int unsigned | YES | PRI |  | auto_increment |    
8 | uri | URI of an item | varbinary(255) | YES |  |  |  |    
9 | guid | A unique identifier for an item | varbinary(255) | NO |  |  |  |    
10
11 Return to [database documentation](help/database)