friendica/doc/database/db_item-uri.md

12 lines
437 B
Markdown
Raw Normal View History

Table item-uri
===========
URI and GUID for items
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
2021-06-14 07:14:09 +02:00
| 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)