/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_1998570700") // add field collection.fields.addAt(19, new Field({ "autogeneratePattern": "", "hidden": false, "id": "text3065852031", "max": 0, "min": 0, "name": "message", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1998570700") // remove field collection.fields.removeById("text3065852031") return app.save(collection) })