/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_2878493088") // add field collection.fields.addAt(2, new Field({ "hidden": false, "id": "file2359244304", "maxSelect": 99, "maxSize": 0, "mimeTypes": [ "application/pdf", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.ms-excel", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ], "name": "file", "presentable": false, "protected": false, "required": false, "system": false, "thumbs": [], "type": "file" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_2878493088") // remove field collection.fields.removeById("file2359244304") return app.save(collection) })