mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-12 23:00:14 +02:00
3 lines
101 B
SQL
3 lines
101 B
SQL
-- AlterTable
|
|
ALTER TABLE "Crypto" ADD COLUMN "quantity" DOUBLE PRECISION NOT NULL DEFAULT 1000;
|