el.xwx.moe/prisma/migrations/20240222050805_collection_o.../migration.sql

3 lines
104 B
MySQL
Raw Normal View History

2024-02-22 01:51:51 -06:00
-- AlterTable
ALTER TABLE "User" ADD COLUMN "collectionOrder" INTEGER[] DEFAULT ARRAY[]::INTEGER[];