{{ page.selection.table }}Columns are appended. Nothing that already exists is changed, and the new columns can be indexed as they are added.
Renames what the column is called, not the physical column underneath, so stored data and scripts are untouched. Only possible while the table has no rows.
| Column | Type | Notes |
|---|---|---|
{{ column.name }} |
{{ column.field_type }}{% if !column.sql_type.is_empty() %} {{ column.sql_type }}{% endif %} | {%- for flag in column.flags() %}{{ flag }}{% endfor -%} |
| Target column | Type | Description |
|---|---|---|
{{ script.target_column }} |
{{ script.target_column_type }} |
{{ script.description }}
source{{ script.script }} |