/// migrate((db) => { const dao = new Dao(db) const collection = dao.findCollectionByNameOrId("e864strfxo14pm4") // add collection.schema.addField(new SchemaField({ "system": false, "id": "epgmtyxy", "name": "distance", "type": "number", "required": false, "presentable": false, "unique": false, "options": { "min": 0, "max": null, "noDecimal": false } })) // add collection.schema.addField(new SchemaField({ "system": false, "id": "5wxdt3aj", "name": "elevation_gain", "type": "number", "required": false, "presentable": false, "unique": false, "options": { "min": null, "max": null, "noDecimal": false } })) return dao.saveCollection(collection) }, (db) => { const dao = new Dao(db) const collection = dao.findCollectionByNameOrId("e864strfxo14pm4") // remove collection.schema.removeField("epgmtyxy") // remove collection.schema.removeField("5wxdt3aj") return dao.saveCollection(collection) })