/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_144770472") // add field collection.fields.addAt(10, new Field({ "cascadeDelete": false, "collectionId": "pbc_3872109612", "hidden": false, "id": "relation3093501878", "maxSelect": 999, "minSelect": 0, "name": "vtubers", "presentable": false, "required": false, "system": false, "type": "relation" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_144770472") // remove field collection.fields.removeById("relation3093501878") return app.save(collection) })