X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_item-uri.md;h=a6b006ec79d9ec996ed27d036d83071016bbd4f4;hb=9581b05603e6ee4e250738c159ed2e67b3fb2eeb;hp=5f1d447147bda877d373a040363103824a058b82;hpb=84ab5d61594ed92e0e28415d6c33df267a3636c5;p=friendica.git diff --git a/doc/database/db_item-uri.md b/doc/database/db_item-uri.md index 5f1d447147..a6b006ec79 100644 --- a/doc/database/db_item-uri.md +++ b/doc/database/db_item-uri.md @@ -1,11 +1,25 @@ Table item-uri =========== + URI and GUID for items -| Field | Description | Type | Null | Key | Default | Extra | -| ----- | ----------- | ---- | ---- | --- | ------- | ----- | -| id | | int unsigned | YES | PRI | | auto_increment | -| uri | URI of an item | varbinary(255) | YES | | | | -| guid | A unique identifier for an item | varbinary(255) | NO | | | | +Fields +------ + +| Field | Description | Type | Null | Key | Default | Extra | +| ----- | ------------------------------- | -------------- | ---- | --- | ------- | -------------- | +| id | | int unsigned | NO | PRI | NULL | auto_increment | +| uri | URI of an item | varbinary(383) | NO | | NULL | | +| guid | A unique identifier for an item | varbinary(255) | YES | | NULL | | + +Indexes +------------ + +| Name | Fields | +| ------- | ----------- | +| PRIMARY | id | +| uri | UNIQUE, uri | +| guid | guid | + Return to [database documentation](help/database)