cohorts

0 rows


Description

Accelerator cohort details.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
cohort_modules.cohort_id cohort_modules_cohort_id_fkeyR
deliverable_cohort_due_dates.cohort_id deliverable_cohort_due_dates_cohort_id_fkeyC
participants.cohort_id participants_cohort_id_fkeyR
name text 2147483647 null
created_by int8 19 null
users.id cohorts_created_by_fkeyR
created_time timestamptz 35,6 null
modified_by int8 19 null
users.id cohorts_modified_by_fkeyR
modified_time timestamptz 35,6 null
phase_id int4 10 null
cohort_phases.id cohorts_phase_id_fkeyR

Indexes

Constraint Name Type Sort Column(s)
cohorts_pkey Primary key Asc id
cohorts_created_by_idx Performance Asc created_by
cohorts_modified_by_idx Performance Asc modified_by
cohorts_name_key Must be unique Asc name

Relationships