| Column Name | Type | Properties | Docu |
| auditid | seq64 | Primary-Key | additional primary key for auditing |
| audittime | int64 | NULL-able | Time at which the change was made. |
| audituname | string:64 | NULL-able | The user name of the user who made the change. |
| audittransaction | string:64 | NULL-able | The transaction name under which the change was made. |
| ticketid | string:32 | | a 8-32 char code (code39: case-insensitive letters+digits) for the ticket;
automatically generated |
| eventid | int32 | NULL-able | |
| price | int32 | | |
| pricecategoryid | int32 | NULL-able | |
| status | enum32 | | |
| orderid | int32 | | |
| seat | string:32 | NULL-able | |
| tags | string | NULL-able | additional tags for this ticket, can be used by scripts |