Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| project_id | int8 | 19 | null |
|
|
||||||
| module_id | int8 | 19 | null |
|
|
||||||
| start_date | date | 13 | null |
|
|
||||||
| end_date | date | 13 | null |
|
|
||||||
| title | text | 2147483647 | null |
|
|
The title for the module for the project. This is shown above the module name in the module timeline. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| project_modules_pkey | Primary key | Asc/Asc | project_id + module_id |
| project_modules_module_id_idx | Performance | Asc | module_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| dates_start_before_end | (start_date <= end_date) |