Skip to main content

coursegroupcustomfields

Each row represents a custom metadata field on a course group, with one row per field per group.

Full schema

View all columns and table relationships

Status group

Yes, this table includes a statusgroup column. See Status Group for details.

Sample query

select
t.coursegroupid,
t.label,
t.value
from coursegroupcustomfields as t
limit 100