Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
||||||||
| name | VARCHAR | 64 | null |
|
|
|||||||||
| parentId | INT | 10 | √ | null |
|
|
||||||||
| readOnly | BIT | 1 | √ | null |
|
|
||||||||
| userId | INT | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FKk7ymstp9wy2p2me9d4udbdyly | Performance | Asc | userId |
| UKqmcg14e9tecjcjs3v44b66hab | Must be unique | Asc/Asc/Asc | parentId + name + userId |