mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-09 06:00:12 +02:00
3 lines
83 B
SQL
3 lines
83 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "age" INTEGER NOT NULL DEFAULT 20;
|