]> git.mxchange.org Git - friendica.git/blob - doc/database/db_item-uri.md
cc7a28e3ab8687628e768ddce3c2f4ca0c0553ad
[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   | NO  | PRI | NULL | auto_increment |    
8 | uri  | URI of an item                  | varbinary(255) | NO  |     | NULL |                |    
9 | guid | A unique identifier for an item | varbinary(255) | YES |     | NULL |                |    
10
11 Return to [database documentation](help/database)