friendica/doc/database/db_storage.md

23 lines
613 B
Markdown
Raw Permalink Normal View History

Table storage
===========
2021-06-14 08:10:11 +02:00
Data stored by Database storage backend
2021-06-14 10:53:37 +02:00
Fields
------
2021-06-14 08:10:11 +02:00
| 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 | |
2021-06-14 10:53:37 +02:00
Indexes
------------
2021-06-14 14:15:10 +02:00
| Name | Fields |
| ------- | ------ |
| PRIMARY | id |
2021-06-14 10:53:37 +02:00
Return to [database documentation](help/database)