3 lines
104 B
SQL
3 lines
104 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "collectionOrder" INTEGER[] DEFAULT ARRAY[]::INTEGER[];
|