/* Warnings: - Added the required column `expires` to the `Invitation` table without a default value. This is not possible if the table is not empty. */ -- AlterTable ALTER TABLE "Invitation" ADD COLUMN "expires" TIMESTAMP(3) NOT NULL;