3 lines
111 B
SQL
3 lines
111 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "lastLoginAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;
|