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