-- AlterTable ALTER TABLE "Sus" ADD COLUMN "active" BOOLEAN NOT NULL DEFAULT true, ADD COLUMN "time" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;