-- AlterTable
ALTER TABLE `card` ADD COLUMN `dueDateNotifiedAt` DATETIME(3) NULL;
