Skip to main content

comments

Each row represents a discussion post or reply on a course or other commentable content, including threading and moderation fields.

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.asset,
t.body,
t.commentable,
t.commentabletype,
t.notifcationsenabled
from comments as t
limit 100