Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
PK |
|||||||
company_id | BIGINT UNSIGNED | 20 | null |
|
|
会社ID |
||||||||
parent_nested_group_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
親グループID |
|||||||
name | VARCHAR | 255 | null |
|
|
名称ラベル |
||||||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
||||||||
deleted_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
nested_groups_company_id_foreign | Performance | Asc | company_id |
nested_groups_parent_nested_group_id_foreign | Performance | Asc | parent_nested_group_id |