Skip to main content

forums

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

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.courseid,
t.clientid,
t.collaborations
from forums as t
limit 100