Zoonk.Catalog.ChapterTranslation (Zoonk v0.1.0-dev)
View SourceDefines 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 Name | Type | Description |
---|---|---|
chapter_id | Integer | The ID of the chapter this translation belongs to. |
language | Ecto.Enum | The language of this translation. |
title | String | The title of the chapter in the specified language. |
description | String | The description of the chapter in the specified language. |
inserted_at | DateTime | Timestamp when the translation was created. |
updated_at | DateTime | Timestamp when the translation was last updated. |