Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
|||||||||||||||||
| project_id | INT | 10 | null |
|
|
||||||||||||||||||
| template_id | BIGINT | 19 | √ | null |
|
|
|||||||||||||||||
| template_version | INT | 10 | √ | null |
|
|
|||||||||||||||||
| status_id | INT | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_plg_project_project_idx | Performance | Asc | project_id |
| FK_plg_project_status_idx | Performance | Asc | status_id |
| FK_plg_project_template_idx | Performance | Asc | template_id |



