作者 yangfu

fix: decimal problem

@@ -125,8 +125,8 @@ var ( @@ -125,8 +125,8 @@ var (
125 Int SQLType = "INT" 125 Int SQLType = "INT"
126 BigInt SQLType = "BIGINT" 126 BigInt SQLType = "BIGINT"
127 Float SQLType = "FLOAT" 127 Float SQLType = "FLOAT"
128 - DECIMALV2 SQLType = "DECIMAL(20,15)" //"DECIMALV2"  
129 - DECIMAL279 SQLType = "DECIMAL(20,15)" 128 + DECIMALV2 SQLType = "DECIMAL(35,15)" //"DECIMALV2"
  129 + DECIMAL279 SQLType = "DECIMAL(35,15)"
130 Date SQLType = "DATE" 130 Date SQLType = "DATE"
131 Datetime SQLType = "DATETIME" 131 Datetime SQLType = "DATETIME"
132 ) 132 )