Files
kycnotme/web/prisma/migrations/20250519091940_last_login_at/migration.sql

3 lines
111 B
MySQL
Raw Normal View History

2025-05-19 10:23:36 +00:00
-- AlterTable
ALTER TABLE "User" ADD COLUMN "lastLoginAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;