yt-gen-app/lib/templ/tmpl/docs/db/entity-table-href.tmpl

22 lines
964 B
Cheetah
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# {{ fieldNameLowerPrepare $.Name }}
![Таблица {{ fieldNameLowerPrepare $.Name }}]({{ fieldNameLowerPrepare $.Name }}.svg "Таблица {{ fieldNameLowerPrepare $.Name }}")
## Поля
|Поле|Тип|Описание|
|:---|:--|:-------|
|id|{{ fieldTypeDBStr .Pk nil }}|Первичный ключ|
{{ range $index, $field := .Fields }}|{{ fieldNameLowerPrepare $field.Name }}|{{ fieldTypeDB $field }}|{{ $field.Description }}|
{{ end }}
## Внешние ключи
|Ключ|Тип|Талица|Описание|
|:---|:--|:-----|:-------|
{{ range $index, $field := .FkFields }}|{{ fieldNameLowerPrepare $field.Name }}_id|{{ fieldNameLowerPrepare $field.TypeParentTable }}|{{ $tableNameVar := "" }}{{ if eq $field.Name "Parent" }}{{ $tableNameVar = fieldNamePrepare $.Name }}{{ else }}{{ $tableNameVar = fieldType $field }}{{ end }}{{ fieldNameLowerPrepare $tableNameVar }}|{{ $field.Description }}|
{{ end }}
[На главную](index.md)