4 | Field | Description | Type | Null | Key | Default | Extra |
5 | ------- | ------------------------------------------ | ---------------- | ---- | --- | ------- | --------------- |
6 | id | sequential ID | int(10) unsigned | NO | PRI | NULL | auto_increment |
7 | uid | user.id owning this data | int(10) unsigned | NO | MUL | 0 | |
8 | visible | 1 indicates the member list is not private | tinyint(1) | NO | | 0 | |
9 | deleted | 1 indicates the group has been deleted | tinyint(1) | NO | | 0 | |
10 | name | human readable name of group | varchar(255) | NO | | | |
12 Return to [database documentation](help/database)