X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_config.md;h=66796caeb1aa372d1b55853eebf9f215852129e6;hb=9581b05603e6ee4e250738c159ed2e67b3fb2eeb;hp=17c3cfee2059de39ac0e7d3938dde98eed0e444c;hpb=96f07c7288a0b9a2433ad66ee6cef21612d90264;p=friendica.git diff --git a/doc/database/db_config.md b/doc/database/db_config.md index 17c3cfee20..66796caeb1 100644 --- a/doc/database/db_config.md +++ b/doc/database/db_config.md @@ -6,20 +6,20 @@ main configuration storage Fields ------ -| Field | Description | Type | Null | Key | Default | Extra | -| ----- | ----------- | ------------- | ---- | --- | ------- | -------------- | -| id | | int unsigned | NO | PRI | NULL | auto_increment | -| cat | | varbinary(50) | NO | | | | -| k | | varbinary(50) | NO | | | | -| v | | mediumtext | YES | | NULL | | +| Field | Description | Type | Null | Key | Default | Extra | +| ----- | ------------------------- | ------------- | ---- | --- | ------- | -------------- | +| id | | int unsigned | NO | PRI | NULL | auto_increment | +| cat | The category of the entry | varbinary(50) | NO | | | | +| k | The key of the entry | varbinary(50) | NO | | | | +| v | | mediumtext | YES | | NULL | | Indexes ------------ -| Name | Fields | -|------|---------| -| PRIMARY | id | -| cat_k | UNIQUE, cat, k | +| Name | Fields | +| ------- | -------------- | +| PRIMARY | id | +| cat_k | UNIQUE, cat, k | Return to [database documentation](help/database)