/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_2541054544") // add field collection.fields.addAt(21, new Field({ "hidden": false, "id": "select2063623452", "maxSelect": 1, "name": "status", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "tbd", "ready", "started", "ended" ] })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_2541054544") // remove field collection.fields.removeById("select2063623452") return app.save(collection) })