Is there a reason why this didn't return TIME? It seems to work.
This commit is contained in:
@@ -287,7 +287,7 @@ public class MySQLBuilder
|
|||||||
return "DATE";
|
return "DATE";
|
||||||
}
|
}
|
||||||
public String getTimeType (int length) {
|
public String getTimeType (int length) {
|
||||||
return "DATETIME";
|
return "TIME";
|
||||||
}
|
}
|
||||||
public String getTimestampType (int length) {
|
public String getTimestampType (int length) {
|
||||||
return "DATETIME";
|
return "DATETIME";
|
||||||
|
|||||||
Reference in New Issue
Block a user