/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_144770472") // remove field collection.fields.removeById("text3277268710") // add field collection.fields.addAt(15, new Field({ "hidden": false, "id": "file3277268710", "maxSelect": 1, "maxSize": 0, "mimeTypes": [], "name": "thumbnail", "presentable": false, "protected": false, "required": false, "system": false, "thumbs": [], "type": "file" })) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_144770472") // add field collection.fields.addAt(10, new Field({ "autogeneratePattern": "", "hidden": false, "id": "text3277268710", "max": 0, "min": 0, "name": "thumbnail", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" })) // remove field collection.fields.removeById("file3277268710") return app.save(collection) })