Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
ancestor_group_id | BIGINT | 19 | null |
|
|
|||||
child_group_id | BIGINT | 19 | null |
|
|
|||||
is_self | BIT | 1 | √ | null |
|
|
Whether ancestor_group_id = child_group_id (auto-generated) |
|||
expires_at | DATETIME | 19 | 9999-12-31 23:59:59 |
|
|
The group relation expires at the specified time |
Table contained 1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc/Asc | ancestor_group_id + child_group_id |
descendant | Performance | Asc | child_group_id |