/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_3652100567") // remove field collection.fields.removeById("number4113142680") return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_3652100567") // add field collection.fields.addAt(1, new Field({ "hidden": false, "id": "number4113142680", "max": null, "min": null, "name": "order", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" })) return app.save(collection) })