micrach/migrations/4-posts_timefields_now_with_timezone.sql

6 lines
121 B
MySQL
Raw Normal View History

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