Files
2025-04-29 19:33:35 +03:00

3 lines
85 B
SQL

-- AlterTable
ALTER TABLE "Video" ADD COLUMN "coins" INTEGER NOT NULL DEFAULT 0;