mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Updates database structure documentation
This commit is contained in:
parent
cd8ce7eada
commit
84ab5d6159
83 changed files with 1289 additions and 796 deletions
10
doc/database/db_storage.md
Normal file
10
doc/database/db_storage.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
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 | | | |
|
||||
|
||||
Return to [database documentation](help/database)
|
Loading…
Add table
Add a link
Reference in a new issue