Skip to main content

Table

comments

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

statusgroupRedshift
All tables

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 (SchemaSpy)

Status group

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

Column details

ColumnType
idvarchar(36)
assetvarchar(256)
bodyvarchar(256)
commentablevarchar(36)
commentabletypevarchar(256)
companyidvarchar(36)
createdattimestamp
notifcationsenabledbool
updatedattimestamp
useridvarchar(36)
videoassetvarchar(256)
childrencountint4
clientidvarchar(36)
parentcommentidvarchar(36)
courseidvarchar(36)
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.asset,
  t.body,
  t.commentable,
  t.commentabletype,
  t.notifcationsenabled
from comments as t
limit 100