{{ page.draft.columns.pending_compound_name() }} is a definition row, not a column of its own. Adding it gives the table:
{{ generated.name }} {{ generated.data_type }}{% if generated.inherits_currency %} — kept in the currency and rounding chosen above{% endif %}account_id system column — the account each row is posted to, written as accountEach of these can be given a name of your own under Rename generated columns once the row is added; leave a field empty to keep the name shown here.
These names are reserved: no column of your own may use them, and the table may hold only one {{ page.draft.columns.pending_compound_name() }}. They land where this row sits in the column list, and can be moved with it.
No columns yet. Describe one above and press Add column.
{% else %}Columns are created in this order. Use the arrows to move one.
| Order | Name | Type | Indexed | 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() %}renamed to {{ row.alias }}{% 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 %} indexed {% else %} — {% endif %} | {% for tag in row.tags %}{{ tag }}{% endfor %} | {% if let Some(index) = row.index %} {% endif %} |
These columns come from the definition rows above. Give one a name of your own, or leave it empty to keep the name shown.
{{ row.source }}
{{ row.data_type }}
What identifies a row to users, in the order chosen. Pick id to clear the list.
{{ candidate.name }}
| Column | Type | Options | Source | |
|---|---|---|---|---|
| {{ row.mark }} | {{ row.column }} |
{{ row.data_type }} | {{ row.option }} | {{ row.source }} |