stacker.news/prisma/migrations/20231022223943_found_notes/migration.sql

3 lines
78 B
MySQL
Raw Normal View History

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