Zoonk.Catalog.CourseTranslation (Zoonk v0.1.0-dev)

View Source

Defines the CourseTranslation schema.

This schema stores translated content for courses in different languages. Each course can have multiple translations, one for each supported language.

Fields

Field NameTypeDescription
course_idIntegerThe ID of the course this translation belongs to.
languageEcto.EnumThe language of this translation.
titleStringThe title of the course in the specified language.
descriptionStringThe description of the course in the specified language.
inserted_atDateTimeTimestamp when the translation was created.
updated_atDateTimeTimestamp when the translation was last updated.