新增{{ table.sub_table.function_name }}
{% for col in table.sub_table.columns %}
{% if col.is_list and col.column_name != table.sub_table.pk_column.column_name %}
{% set col_comment = col.column_comment if col.column_comment else col.column_name %}
{% endif %}
{% endfor %}
删除
{% endif %}