Table
coursecustomfields
Each row represents a label-value pair for custom metadata on an individual course offering.
statusgroupRedshift
All tables
coursecustomfields
Each row represents a label-value pair for custom metadata on an individual course offering.
Full schema
View all columns and table relationships (SchemaSpy)Status group
Yes, this table includes a statusgroup column. See Status Group for details.
Platform Documentation
Sample query
select
t.courseid,
t.label,
t.value
from coursecustomfields as t
limit 100