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