TIKI_TRANSITION_EVENT_REL
| Name | Type | Collation | Null | Default | Constraints | Comments |
| transitionId | int(11) | N | FK -> TIKI_TRANSITION.transitionId | transition instance to which the event belongs | ||
| eventId | int(11) | N | FK -> TIKI_TRANSITION_EVENTS.Id | event to be executed | ||
| serial | int(4) | N | 1 | serial in which order the events take place | ||