friendica/doc/database/db_item-uri.md

13 lines
608 B
Markdown
Raw Normal View History

Table item-uri
===========
2021-06-14 08:10:11 +02:00
URI and GUID for items
2021-06-14 08:10:11 +02:00
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ------------------------------- | -------------- | ---- | --- | ------- | -------------- |
| id | | int unsigned | NO | PRI | NULL | auto_increment |
| uri | URI of an item | varbinary(255) | NO | | NULL | |
| guid | A unique identifier for an item | varbinary(255) | YES | | NULL | |
Return to [database documentation](help/database)