micrach/migrations/4-posts_timefields_now_with_timezone.sql
2021-11-20 18:48:46 +02:00

6 lines
121 B
SQL

ALTER TABLE posts
ALTER COLUMN created_at TYPE timestamptz;
ALTER TABLE posts
ALTER COLUMN updated_at TYPE timestamptz;