/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_1413424569") // update collection data unmarshal({ "name": "Teachers_xxx" }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1413424569") // update collection data unmarshal({ "name": "Teachers" }, collection) return app.save(collection) })