changed postgres timestamp without time zone recognition #16
This commit is contained in:
parent
1e3b7455b3
commit
871eb94df9
@ -117,7 +117,7 @@ export class PostgresDriver extends AbstractDriver {
|
||||
break;
|
||||
case "timestamp without time zone":
|
||||
colInfo.ts_type = "Date"
|
||||
colInfo.sql_type = "datetime"
|
||||
colInfo.sql_type = "timestamp"
|
||||
break;
|
||||
case "timestamp with time zone":
|
||||
colInfo.ts_type = "Date"
|
||||
|
Loading…
Reference in New Issue
Block a user