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

View Source

Defines the ChapterTranslation schema.

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

Fields

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