mirror of https://gitee.com/makejava/EasyCode.git
将其他类型调整为VARCHAR
This commit is contained in:
parent
9831882b3f
commit
81243b45d5
|
@ -20,7 +20,7 @@
|
|||
#set($jdbcType="TIMESTAMP")
|
||||
#else
|
||||
##其他类型
|
||||
#set($jdbcType="OTHER")
|
||||
#set($jdbcType="VARCHAR")
|
||||
#end
|
||||
$tool.call($column.ext.put("jdbcType", $jdbcType))
|
||||
#end
|
||||
|
|
Loading…
Reference in New Issue