project_modules

-1 rows


Description

Which modules are assigned to which projects.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
project_id int8 19 null
projects.id project_modules_project_id_fkey C
module_id int8 19 null
modules.id project_modules_module_id_fkey C
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)

Relationships