/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_2878493088") // add field collection.fields.addAt(3, new Field({ "hidden": false, "id": "file2093472300", "maxSelect": 99, "maxSize": 0, "mimeTypes": [ "video/mp4", "video/x-ms-wmv", "video/quicktime", "video/3gpp" ], "name": "video", "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("file2093472300") return app.save(collection) })