SpiderKeeper
SpiderKeeper copied to clipboard
Fix datetime for postgres
Postgres has no DATETIME type as other databases (sqllite, mysql, etc.).
db.DateTime is supported by postgres as for other databases and is converted for postgres to TIMESTAMP WITHOUT TIME ZONE.