Files
2023-11-09 11:41:08 +01:00

3 lines
72 B
SQL

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