/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_108570809") // add field collection.fields.addAt(7, new Field({ "cascadeDelete": false, "collectionId": "_pb_users_auth_", "hidden": false, "id": "relation2809058197", "maxSelect": 1, "minSelect": 0, "name": "user_id", "presentable": false, "required": false, "system": false, "type": "relation" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_108570809") // remove field collection.fields.removeById("relation2809058197") return app.save(collection) })