Skip to main content

Table

forums

Each row represents a course- or client-scoped collaboration forum with related settings.

statusgroupRedshift
All tables

forums

Each row represents a course- or client-scoped collaboration forum with related settings.

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
companyidvarchar(36)
idvarchar(60)
courseidvarchar(36)
clientidvarchar(36)
collaborationsint4
migratedint4
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.clientid,
  t.collaborations
from forums as t
limit 100