game_event_prerequisite
The `game_event_prerequisite` table
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 | |||
prerequisite_event | MEDIUMINT | UNSIGNED | PRI | NO |
Description of the fields
eventEntry
This is the event that will start when all prerequisite events have been completed.
prerequisite_event
The is the event that must be completed before the next event will start.