Files
2026-03-08 11:09:52 +01:00

3 lines
94 B
SQL

-- AlterTable
ALTER TABLE "Member" ALTER COLUMN "creationDate" SET DEFAULT CURRENT_TIMESTAMP;