]> git.mxchange.org Git - friendica.git/blob - doc/database/db_item-uri.md
Pad the header
[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)