friendica/doc/database/db_item-uri.md

26 lines
777 B
Markdown
Raw Permalink Normal View History

Table item-uri
===========
2021-06-14 08:10:11 +02:00
URI and GUID for items
2021-06-14 10:53:37 +02:00
Fields
------
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(383) | NO | | NULL | |
2021-06-14 08:10:11 +02:00
| guid | A unique identifier for an item | varbinary(255) | YES | | NULL | |
2021-06-14 10:53:37 +02:00
Indexes
------------
2021-06-14 14:15:10 +02:00
| Name | Fields |
| ------- | ----------- |
| PRIMARY | id |
| uri | UNIQUE, uri |
| guid | guid |
2021-06-14 10:53:37 +02:00
Return to [database documentation](help/database)