friendica/doc/database/db_storage.md

11 lines
392 B
Markdown
Raw Normal View History

Table storage
===========
Data stored by Database storage backend
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
2021-06-14 07:08:01 +02:00
| id | Auto incremented image data id | int unsigned | YES | PRI | NULL | auto_increment |
| data | file data | longblob | YES | | NULL | |
Return to [database documentation](help/database)