el.xwx.moe/prisma/migrations/20240222050805_collection_o.../migration.sql
2024-02-22 01:51:51 -06:00

3 lines
104 B
SQL

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