go-gorm / postgres

GORM PostgreSQL driver
MIT License
234 stars 123 forks source link

Add timestamp with timezone alias #200

Closed kalistratovtimofey closed 1 year ago

kalistratovtimofey commented 1 year ago

What did this pull request do?

Adds proper work for "time stamp with time zone" type

User Case Description

I've faced extra "ALTER TABLE..." requests on every app start with Gorm auto-migrate. Investigated that Gorm can't recognize timestamp with timezone type because it comes as 'timestamptz' from postgres