Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
||||||
parent_id | INT | 10 | √ | NULL |
|
|
||||||
super_parent | BIT | 1 | null |
|
|
|||||||
level_name | VARCHAR | 100 | null |
|
|
|||||||
recursable | BIT | 1 | null |
|
|
|||||||
can_have_clients | BIT | 1 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
Parent_levelId_reference | Performance | Asc | parent_id |