modules

0 rows


Description

Possible steps in the workflow of a cohort phase.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
application_modules.module_id application_modules_module_id_fkeyR
cohort_modules.module_id cohort_modules_module_id_fkeyR
deliverables.module_id deliverables_module_id_fkeyR
events.module_id events_module_id_fkeyC
name text 2147483647 null
created_by int8 19 null
users.id modules_created_by_fkeyR
created_time timestamptz 35,6 null
modified_by int8 19 null
users.id modules_modified_by_fkeyR
modified_time timestamptz 35,6 null
overview text 2147483647 null
preparation_materials text 2147483647 null
live_session_description text 2147483647 null
workshop_description text 2147483647 null
one_on_one_session_description text 2147483647 null
additional_resources text 2147483647 null
phase_id int4 10 null
cohort_phases.id modules_phase_id_fkeyR
position int4 10 null

This model’s ordinal position in the modules spreadsheet. This can be used to present modules in the same order they appear in the spreadsheet.

recorded_session_description text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
modules_pkey Primary key Asc id

Relationships