asset.course_module_course

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('asset.course_module_course_id_seq'::regclass)

name

text

No

course_number

text

No

section_number

text

Yes

owning_lib FK

integer

Yes

actor.org_unit(id)

is_archived

boolean

Yes

false

Primary Key

(id)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

owning_lib

actor.org_unit(id)

NO ACTION

NO ACTION

No

course_module_course_owning_lib_fkey

Indexes

Index Method Definition

course_module_course_pkey PK

btree

CREATE UNIQUE INDEX course_module_course_pkey ON asset.course_module_course USING btree (id)

Referenced By

The following tables have foreign keys pointing to asset.course_module_course (4 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

action.eresource_link_click_course

course

id

eresource_link_click_course_course_fkey

asset.course_module_course_materials

course

id

course_module_course_materials_course_fkey

asset.course_module_course_users

course

id

course_module_course_users_course_fkey

asset.course_module_term_course_map

course

id

course_module_term_course_map_course_fkey