/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_1125843985") // add field collection.fields.addAt(11, new Field({ "hidden": false, "id": "file3309110367", "maxSelect": 1, "maxSize": 0, "mimeTypes": [], "name": "image", "presentable": false, "protected": false, "required": false, "system": false, "thumbs": [], "type": "file" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1125843985") // remove field collection.fields.removeById("file3309110367") return app.save(collection) })