project_report_configs

-1 rows


Description

Configurations for accelerator project reports, including reporting dates and reporting frequencies.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
reports.config_id reports_config_id_project_id_fkey R
project_id int8 19 null
reports.project_id reports_config_id_project_id_fkey R
projects.id project_report_configs_project_id_fkey C
reporting_start_date date 13 null
reporting_end_date date 13 null

Indexes

Constraint Name Type Sort Column(s)
project_report_configs_pkey Primary key Asc id
project_report_configs_id_project_id_key Must be unique Asc/Asc id + project_id
project_report_configs_project_id_idx Performance Asc project_id

Check Constraints

Constraint Name Constraint
project_report_configs_check (reporting_end_date > reporting_start_date)

Relationships