-- AlterTable ALTER TABLE "NotificationLog" ADD COLUMN "readAt" TIMESTAMP(3); -- CreateIndex CREATE INDEX "NotificationLog_userId_readAt_idx" ON "NotificationLog"("userId", "readAt");