Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |  |  | Surrogate id of the record used as the primary incrementing key. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| name | LONGTEXT | 2147483647 | √ | NULL | 
 |  | The name of the group. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| user | LONGTEXT | 2147483647 | √ | NULL |  | 
 | The username of the user that belongs to this group. | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |