2021-06-24 18:56:01 -05:00

3 lines
80 B
SQL

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