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