Rails should use timestamptz database type for PostgreSQL
We should use timestamptz
database type for migrations' datetime
and timestamp
types for PostgreSQL.
It will let us use timestamptz
by default in new migrations.
/cc @yorickpeterse
We should use timestamptz
database type for migrations' datetime
and timestamp
types for PostgreSQL.
It will let us use timestamptz
by default in new migrations.
/cc @yorickpeterse