3 lines
76 B
MySQL
Raw Permalink Normal View History

-- AlterTable
ALTER TABLE "users" ADD COLUMN "lastSeenAt" TIMESTAMP(3);