This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2024-06-25 23:39:54 +02:00

3 lines
68 B
SQL

-- AlterTable
ALTER TABLE "User" ALTER COLUMN "name" DROP NOT NULL;