Skip to main content

Table

sections

Each row represents a course outline section with title, order, and status.

statusgroupRedshift
All tables

sections

Each row represents a course outline section with title, order, and status.

Full schema

View all columns and table relationships (SchemaSpy)

Status group

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

Column details

ColumnType
idvarchar(36)
companyidvarchar(36)
courseidvarchar(36)
slugvarchar(32)
statusvarchar(16)
titlevarchar(255)
positionint4
updatedattimestamp
statusgroupvarchar(256)
statusgroupupdatedattimestamp

Column names and types come from the Redshift analytics schema. SchemaSpy is authoritative for nullability, defaults, keys, and relationships.

Sample query

select
  t.courseid,
  t.slug,
  t.title,
  t.position
from sections as t
limit 100