X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_storage.md;h=55911e28a6bbe8d0b8e7e4e13ba363045a1f7f1e;hb=1138abe9237b9db1cf8a0ac7925de9bb55923cdb;hp=21596ba65300f39214f6327855e5f5bb509f5de4;hpb=2cd0c1d30d237806e9c3853aa0645f786e31855c;p=friendica.git diff --git a/doc/database/db_storage.md b/doc/database/db_storage.md index 21596ba653..55911e28a6 100644 --- a/doc/database/db_storage.md +++ b/doc/database/db_storage.md @@ -3,9 +3,20 @@ Table storage Data stored by Database storage backend +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)