/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_1127093390") // update field collection.fields.addAt(2, new Field({ "autogeneratePattern": "", "hidden": false, "id": "text3747851106", "max": 0, "min": 0, "name": "cardNo", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1127093390") // update field collection.fields.addAt(2, new Field({ "autogeneratePattern": "", "hidden": false, "id": "text3747851106", "max": 0, "min": 0, "name": "ticketNo", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" })) return app.save(collection) })