mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 04:06:00 +00:00
type analysers for mysql, postgre
This commit is contained in:
@@ -23,5 +23,5 @@ export function isTypeLogical(dataType) {
|
||||
}
|
||||
|
||||
export function isTypeDateTime(dataType) {
|
||||
return dataType && /date|time/i.test(dataType);
|
||||
return dataType && /date|time|timestamp/i.test(dataType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user