2025-10-20 13:06:06 +08:00

4 lines
99 B
SQL

-- AlterTable
ALTER TABLE "Video" ADD COLUMN "height" INTEGER,
ADD COLUMN "width" INTEGER;