3 lines
76 B
MySQL
Raw Normal View History

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