/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_1125843985") // add field collection.fields.addAt(9, new Field({ "hidden": false, "id": "json1874629670", "maxSize": 0, "name": "tags", "presentable": false, "required": false, "system": false, "type": "json" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1125843985") // remove field collection.fields.removeById("json1874629670") return app.save(collection) })