Using POSper/Developer guide/Database-Table descriptions/posper resource
posper_resource
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 |
| text | mediumtext | Yes | The text value of the resource | |
| version | INT(11) | No | This is used by hibernate to track table versions |