This table is audited, see ticket_audit for details.
Column Name | Type | Properties | Docu |
ticketid | string:32 | Primary-Key | a 8-32 char code (code39: case-insensitive letters+digits) for the ticket; automatically generated |
eventid | int32 | NULL-able Foreign-Key=event(eventid) | |
price | int32 | ||
pricecategoryid | int32 | NULL-able Foreign-Key=pricecategory(pricecategoryid) | |
status | enum32 | ||
orderid | int32 | Foreign-Key=order(orderid) | |
seat | string:32 | NULL-able | |
tags | string | NULL-able | additional tags for this ticket, can be used by scripts |