respawn_times¶
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 | id | spawn2 | id |
One-to-One | instance_id | instance_list | id |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Respawn Time Identifier |
start | int | Start UNIX Timestamp |
duration | int | Duration in Seconds |
instance_id | smallint | Instance Identifier |