game_event_prerequisite
This table contains events that must have been completed to start the given event. You can have more than one event that must be completed before the next will start.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| eventEntry | tinyint | unsigned | PRI | NO | Entry of the game event | ||
| prerequisite_event | int | unsigned | PRI | NO | |||
Description of fields
eventEntry
This is the game_event.eventEntry that will start when all prerequisite_events have been completed.
prerequisite_event
The is the game_event.eventEntry that must be completed before the event from eventEntry will start.
