/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_4163081445") // add field collection.fields.addAt(6, new Field({ "hidden": false, "id": "select2063623452", "maxSelect": 1, "name": "status", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "pending", "published", "spam" ] })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_4163081445") // remove field collection.fields.removeById("select2063623452") return app.save(collection) })