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