const eventTypeEnum = pgEnum('event_type', [ 'training', 'matchday', 'tournament', 'event', 'labour']);// get the following as a resulttype EventType = 'training' | 'matchday' | 'tournament' | 'event' | 'labour'