Glossary

Glossary

Note

Thin parent entity that links a collection of glossary entries to a project. Auto-created on first access.


Fields

Field Type Required Default Description
id string yes UUID auto Primary key
name string yes "Glossary" Display name
description string no null Optional description
created_at time yes time.Now Auto-set on create
updated_at time yes time.Now Auto-set on create and update
project_glossary FK string yes Unique FK to projects.id

Constraints


Read By

Written By


Transformations

Created lazily by getOrCreateGlossary() — if a project has no glossary when a glossary operation is requested, one is created with name "Glossary" and linked to the project.