Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
company_id | BIGINT UNSIGNED | 20 | null |
|
|
会社ID |
||||
feature_permission_id | BIGINT UNSIGNED | 20 | null |
|
|
機能権限ID |
||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
company_feature_permission_feature_permission_id_foreign | Performance | Asc | feature_permission_id |
company_feature_permission_ids_unique | Must be unique | Asc/Asc | company_id + feature_permission_id |