/// migrate((db) => { const dao = new Dao(db) const collection = dao.findCollectionByNameOrId("zfbbb4gbdk9dh6k") // update collection.schema.addField(new SchemaField({ "system": false, "id": "oexf4zse", "name": "name", "type": "text", "required": true, "presentable": false, "unique": false, "options": { "min": null, "max": null, "pattern": "" } })) return dao.saveCollection(collection) }, (db) => { const dao = new Dao(db) const collection = dao.findCollectionByNameOrId("zfbbb4gbdk9dh6k") // update collection.schema.addField(new SchemaField({ "system": false, "id": "oexf4zse", "name": "name", "type": "text", "required": false, "presentable": false, "unique": false, "options": { "min": null, "max": null, "pattern": "" } })) return dao.saveCollection(collection) })