X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_storage.md;h=55911e28a6bbe8d0b8e7e4e13ba363045a1f7f1e;hb=86105635ca3b0e096d128718b778b313b5eaa88e;hp=00807760c578b7b8f485121dc6dac9b70870b0fc;hpb=fd30df7300d9de5b2316b86ccc38053cec69dfe1;p=friendica.git diff --git a/doc/database/db_storage.md b/doc/database/db_storage.md index 00807760c5..55911e28a6 100644 --- a/doc/database/db_storage.md +++ b/doc/database/db_storage.md @@ -1,10 +1,22 @@ Table storage =========== + Data stored by Database storage backend -| Field | Description | Type | Null | Key | Default | Extra | -| ----- | ------------------------------ | ------------ | ---- | --- | ------- | -------------- | -| id | Auto incremented image data id | int unsigned | NO | PRI | NULL | auto_increment | -| data | file data | longblob | NO | | NULL | | +Fields +------ + +| Field | Description | Type | Null | Key | Default | Extra | +| ----- | ------------------------------ | ------------ | ---- | --- | ------- | -------------- | +| id | Auto incremented image data id | int unsigned | NO | PRI | NULL | auto_increment | +| data | file data | longblob | NO | | NULL | | + +Indexes +------------ + +| Name | Fields | +| ------- | ------ | +| PRIMARY | id | + Return to [database documentation](help/database)