{{ nav.tr("td-indexed-automatically") }}
{{ nav.tr("builder-shared-table-hint") }}
{% endif %} {% if page.draft.columns.pending_is_compound() %}{{ page.draft.columns.pending_compound_name() }} {{ nav.tr("builder-compound-intro") }}
{{ generated.name }} {{ generated.data_type }}{% if generated.inherits_currency %} — {{ nav.tr("builder-inherits-currency-hint") }}{% endif %}account_id {{ nav.tr("builder-account-system-hint")|safe }}{{ nav.tr("builder-rename-generated-hint")|safe }}
{{ nav.tr_args("builder-reserved-hint", [("type", page.draft.columns.pending_compound_name())])|safe }}
{{ nav.tr("builder-no-columns") }} {{ nav.tr("builder-add-column-button") }}.
{% else %}{{ nav.tr("builder-columns-order-hint") }}
| {{ nav.tr("builder-th-order") }} | {{ nav.tr("builder-th-name") }} | {{ nav.tr("builder-th-type") }} | {{ nav.tr("builder-th-indexed") }} | {{ nav.tr("builder-th-options") }} | |
|---|---|---|---|---|---|
| {% if let Some(index) = row.index %} {% else %} ↳ {% endif %} |
{{ row.name }}
{# The list only reports a rename; it is asked for below, so that
this column stays something to read. #}
{% if !row.alias.is_empty() %}{{ nav.tr_args("builder-renamed-to", [("alias", row.alias.clone())]) }}{% endif %}
|
{{ row.data_type }} | {# A compound column expands into schema-managed companions, so there is no column of its own name to index. #} {% if row.indexable %} {% if let Some(index) = row.index %} {% endif %} {% else if row.indexed %} {# Not a choice anyone made: a link and the account foreign key are indexed by the server as it creates the table. #} {{ nav.tr("td-indexed-automatically-tag") }} {% else %} — {% endif %} | {% for tag in row.tags %}{{ tag }}{% endfor %} | {% if let Some(index) = row.index %} {% endif %} |
{{ nav.tr("builder-rename-generated-hint2") }}
{{ row.source }}
{{ row.data_type }}
{{ nav.tr("builder-row-display-hint")|safe }}
{{ candidate.name }}
| {{ nav.tr("builder-preview-th-column") }} | {{ nav.tr("builder-preview-th-type") }} | {{ nav.tr("builder-preview-th-options") }} | {{ nav.tr("builder-preview-th-source") }} | |
|---|---|---|---|---|
| {{ row.mark }} | {{ row.column }} |
{{ row.data_type }} | {{ row.option }} | {{ row.source }} |