Skip to content

Commit

Permalink
fix int macro
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao committed Jul 20, 2022
1 parent 0edcf1b commit 67b2776
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@

{# int ------------------------------------------------- #}
{% macro default__type_int() %}
int
{% endmacro %}

{% macro mysql__type_int() %}
signed
{% endmacro %}

Expand Down

0 comments on commit 67b2776

Please sign in to comment.