Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
|||||||||||
| version | BIGINT | 19 | null |
|
|
||||||||||||
| date_created | DATETIME | 19 | √ | null |
|
|
|||||||||||
| description | VARCHAR | 255 | √ | null |
|
|
|||||||||||
| last_updated | DATETIME | 19 | √ | null |
|
|
|||||||||||
| name | VARCHAR | 255 | null |
|
|
||||||||||||
| parent_id | BIGINT | 19 | √ | null |
|
|
|||||||||||
| project_id | INT | 10 | null |
|
|
||||||||||||
| system | BIT | 1 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK235FD054E9A9B27C | Performance | Asc | parent_id |
| FK235FD054FE2B983 | Performance | Asc | project_id |
| name | Must be unique | Asc/Asc/Asc | project_id + parent_id + name |
| unique_name | Must be unique | Asc/Asc/Asc | parent_id + project_id + name |



