/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_1305841361") // add field collection.fields.addAt(11, new Field({ "autogeneratePattern": "", "hidden": false, "id": "text1146066909", "max": 0, "min": 0, "name": "phone", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1305841361") // remove field collection.fields.removeById("text1146066909") return app.save(collection) })