4 lines
101 B
SQL
4 lines
101 B
SQL
-- AlterTable
|
|
ALTER TABLE "Image" ADD COLUMN "fileSize" INTEGER,
|
|
ADD COLUMN "fileType" TEXT;
|