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