-- Migration: AddTimestampToReaction -- Created at: 10/08/2025 15:21:32 alter table blog.post_reaction add column created_at timestamptz;