Contents
Field | Description | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|---|
id | sequential ID | int(10) unsigned | NO | PRI | NULL | auto_increment |
hash | unique hash representing this group with the group name appended | char(255) | NO | MUL | ||
uid | channel.channel_id owning this data | int(10) unsigned | NO | MUL | NULL | |
visible | 1 indicates the member list is not private | tinyint(1) | NO | MUL | 0 | |
deleted | 1 indicates the group has been deleted | tinyint(1) | NO | MUL | 0 | |
gname | human readable name of group | char(255) | NO | NULL |
Return to database documentation