/// migrate((app) => { const collection = new Collection({ "createRule": "", "deleteRule": "", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "help": "", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "help": "", "hidden": false, "id": "text525672509", "max": 0, "min": 0, "name": "topic_id", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "help": "", "hidden": false, "id": "json2918445923", "maxSize": 0, "name": "data", "presentable": false, "required": false, "system": false, "type": "json" } ], "id": "pbc_1872121667", "indexes": [], "listRule": "", "name": "content", "system": false, "type": "base", "updateRule": "", "viewRule": "" }); return app.save(collection); }, (app) => { const collection = app.findCollectionByNameOrId("pbc_1872121667"); return app.delete(collection); })