/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_1125843985") // update field collection.fields.addAt(8, new Field({ "hidden": false, "id": "number320982995", "max": 60, "min": 0, "name": "readTime", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1125843985") // update field collection.fields.addAt(8, new Field({ "hidden": false, "id": "number320982995", "max": null, "min": null, "name": "readTime", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" })) return app.save(collection) })