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