{% macro getColumnDictType(column) -%} {%- if column.dict_type != '' -%}{{ column.dict_type }} {%- else -%}null {%- endif -%} {%- endmacro %}