2024-06-11 13:16:35 +02:00

3 lines
83 B
SQL

-- AlterTable
ALTER TABLE "User" ADD COLUMN "age" INTEGER NOT NULL DEFAULT 20;