friendica/doc/database/db_item-uri.md

12 lines
438 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:08:01 +02:00
| id | | int unsigned | YES | PRI | NULL | auto_increment |
| uri | URI of an item | varbinary(255) | YES | | NULL | |
| guid | A unique identifier for an item | varbinary(255) | NO | | NULL | |
Return to [database documentation](help/database)