2024-06-07 16:18:29 +02:00

3 lines
101 B
SQL

-- AlterTable
ALTER TABLE "Crypto" ADD COLUMN "quantity" DOUBLE PRECISION NOT NULL DEFAULT 1000;