/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_3072146508") // add field collection.fields.addAt(5, new Field({ "hidden": false, "id": "date3558165700", "max": "", "min": "", "name": "last_activity", "presentable": false, "required": false, "system": false, "type": "date" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_3072146508") // remove field collection.fields.removeById("date3558165700") return app.save(collection) })