11 lines
384 B
Markdown
11 lines
384 B
Markdown
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)
|