character_expedition_lockouts¶
Info
This page was last generated 2023.07.15
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | character_id | character_data | id |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Lockout Identifier |
character_id | int | Character Identifier |
expedition_name | varchar | Expedition Name |
event_name | varchar | Event Name |
expire_time | datetime | Expire Time |
duration | int | Duration in Seconds |
from_expedition_uuid | varchar | From Expedition UUID |