Commit 4b382b86 authored by 李丛阳's avatar 李丛阳

完善 ftl

parent 8de48b09
......@@ -211,6 +211,8 @@ public class DbColumnModel implements Serializable{
typeNameUpper = "INTEGER";
if(typeNameUpper.equals("DATETIME"))
typeNameUpper = "TIMESTAMP";
if(typeNameUpper.equals("TEXT"))
typeNameUpper = "LONGVARCHAR";
return typeNameUpper;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment