X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=doc%2Fdatabase%2Fdb_item-uri.md;h=a6b006ec79d9ec996ed27d036d83071016bbd4f4;hb=59c436b442112344c3e2fa01b1b7e824df6c1e06;hp=85c7a40b3c884beea150354cda1787f0de26bf94;hpb=a827f948c867ceebf60d82b0740032512be23302;p=friendica.git diff --git a/doc/database/db_item-uri.md b/doc/database/db_item-uri.md index 85c7a40b3c..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 | 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 | | +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)