Using POSper/Developer guide/Database-Table descriptions/posper imageresource
posper_imageresource
This table stores non-image resources used by the application.
| Column Name | Data Type | Null Allowed? | Key? | Comments |
|---|---|---|---|---|
| resource_key | VARCHAR(255) | No | Primary | resource key |
| image_id | VARCHAR(255) | Yes | Foreign Key | Points to the associated image. |