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