bot_groups¶
Info
This page was last generated 2023.04.23
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | group_leader_id | bot_data | bot_id |
Has-Many | groups_index | bot_group_members | groups_index |
Schema¶
Column | Data Type | Description |
---|---|---|
groups_index | int | Unique Group Identifier |
group_leader_id | int | Bot Identifier |
group_name | varchar | Group Name |
auto_spawn | tinyint | Auto Spawn: 0 = False, 1 = True |