bot_timers¶
Relationships¶
erDiagram
bot_timers {
varchar bot_id
varchar bot_data
}
bot_data {
varchar bot_id
varchar owner_id
varchar spells_id
varchar zone_id
}
bot_timers ||--o{ bot_data : "One-to-One"
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | bot_data | bot_data | bot_id |
Schema¶
Column | Data Type | Description |
---|---|---|
bot_id | int | Unique Bot Identifier |
timer_id | int | Timer Identifier |
timer_value | int | Timer Expiration |