stacker.news/prisma/migrations/20210624171900_checked_note.../migration.sql

3 lines
80 B
MySQL
Raw Normal View History

2021-06-24 23:56:01 +00:00
-- AlterTable
ALTER TABLE "users" ADD COLUMN "checkedNotesAt" TIMESTAMP(3);