Using POSper/Developer guide/Database-Table descriptions/posper image
Appearance
posper_image
[edit | edit source]
This table contains images referenced by other tables and displayed within the tinaposplus application.
Column Name | Data Type | Null Allowed? | Key? | Comments |
---|---|---|---|---|
id | VARCHAR(255) | No | Primary | UUID instead of int |
version | INT(11) | No | This is used by hibernate to track table versions | |
imageBlob | MEDIUMBLOB | No | This is the actual binary data comprising the image | |
description | VARCHAR(255) | Yes | description of the image |