X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_storage.md;h=55911e28a6bbe8d0b8e7e4e13ba363045a1f7f1e;hb=51cc1f679f525c1ab3bea71c4c1026e1ad1386d4;hp=77795196b4a29e1681533e2e7249f0b6d34a91b9;hpb=84ab5d61594ed92e0e28415d6c33df267a3636c5;p=friendica.git diff --git a/doc/database/db_storage.md b/doc/database/db_storage.md index 77795196b4..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 | YES | PRI | | auto_increment | -| data | file data | longblob | YES | | | | +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)