stacker.news/prisma/migrations/20220314162449_last_seen/migration.sql

3 lines
76 B
SQL

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