3 lines
80 B
MySQL
Raw Normal View History

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