| Column Name | Type | Properties | Docu |
| eventid | seq32 | Primary-Key | |
| title | string | | |
| artistid | int32 | NULL-able Foreign-Key=artist(artistid) | |
| description | text | NULL-able | |
| comment | text | NULL-able | |
| starttime | int64 | | |
| endtime | int64 | | |
| roomid | string:64 | NULL-able Foreign-Key=room(roomid) | |
| seatplanid | int32 | NULL-able Foreign-Key=seatplan(seatplanid) | |
| capacity | int32 | | |
| iscancelled | bool | NULL-able default="0" | |
| flags | string | NULL-able | filter: who can sell tickets for this event |
| tax | int32 | NULL-able | taxes on this event in hundredth of a percent, this value is actually never used internall, but may be used by printing routines for calculations |
| tags | string | NULL-able | internal tags: can be used by macros and printer routines to change behavior or output |
| cancelreason | string | NULL-able | |