Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cash_register_id | int8 | 19 | null |
|
|
The primary key of this table. |
|||||
| organization_unit_id | int8 | 19 | √ | null |
|
|
The gym location this cash register belongs to. |
||||
| name | varchar | 256 | √ | null |
|
|
Human-readable name of the cash register. Unique per location. |
||||
| description | varchar | 256 | √ | null |
|
|
Optional description of the cash register. |
||||
| status | varchar | 256 | √ | null |
|
|
Current lifecycle status: CREATED, VALIDATION, OPEN, DEACTIVATED, or DEACTIVATED_BY_SYSTEM. |
||||
| external_register_id | varchar | 256 | √ | null |
|
|
Machine-readable identifier of the register, used for fiscal compliance. |
||||
| is_regulated | bool | 1 | √ | null |
|
|
Whether the register is subject to fiscal regulation. |
||||
| created_date | timestamptz | 35 | √ | null |
|
|
Timestamp when the cash register was created. |
||||
| last_updated | timestamptz | 35 | √ | null |
|
|
System column. UTC Timestamp at which entry was calculated (lags shortly behind source system). |



