2024-04-21 14:42:52 +02:00

3 lines
104 B
SQL

-- AlterTable
ALTER TABLE "User" ADD COLUMN "collectionOrder" INTEGER[] DEFAULT ARRAY[]::INTEGER[];