/// migrate((app) => { const collection = app.findCollectionByNameOrId("_pb_users_auth_") // remove field collection.fields.removeById("json2115670734") return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("_pb_users_auth_") // add field collection.fields.addAt(8, new Field({ "hidden": false, "id": "json2115670734", "maxSize": 0, "name": "billingAddress", "presentable": false, "required": false, "system": false, "type": "json" })) return app.save(collection) })