/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_3332084752") // update field collection.fields.addAt(2, new Field({ "hidden": false, "id": "json2918445923", "maxSize": 0, "name": "data", "presentable": true, "required": false, "system": false, "type": "json" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_3332084752") // update field collection.fields.addAt(2, new Field({ "hidden": false, "id": "json2918445923", "maxSize": 0, "name": "data", "presentable": false, "required": false, "system": false, "type": "json" })) return app.save(collection) })