ALTER TABLE {{ backquote(table) }} {% for field in fields %} DROP {{ backquote(field) }} {%- if loop.last %};{% else %},{% endif %} {% endfor %}