-- AlterTable ALTER TABLE "Verify" ADD COLUMN "joinTime" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, ALTER COLUMN "startTime" DROP NOT NULL;