Using POSper/Developer guide/Database-Table descriptions/posper location
posper_location
This table describes a mail-addressable location.
| 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 | |
| visibleId | INT(11) | Yes | Uni | This is the user visible (user-friendly) Id |
| address | VARCHAR(255) | Yes | This is the mailing address | |
| name | VARCHAR(255) | No | descriptive name |