/* Warnings: - Added the required column `height` to the `ExpenseDocument` table without a default value. This is not possible if the table is not empty. - Added the required column `width` to the `ExpenseDocument` table without a default value. This is not possible if the table is not empty. */ -- AlterTable ALTER TABLE "ExpenseDocument" ADD COLUMN "height" INTEGER NOT NULL, ADD COLUMN "width" INTEGER NOT NULL;