mirror of
https://github.com/EdiFarcas/Giveaway-app.git
synced 2026-06-22 07:00:57 +03:00
3 lines
85 B
SQL
3 lines
85 B
SQL
-- AlterTable
|
|
ALTER TABLE "Video" ADD COLUMN "coins" INTEGER NOT NULL DEFAULT 0;
|