/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_3174063690"); return app.delete(collection); }, (app) => { const collection = new Collection({ "createRule": null, "deleteRule": null, "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "cascadeDelete": false, "collectionId": "pbc_986407980", "hidden": false, "id": "relation3758943710", "maxSelect": 1, "minSelect": 0, "name": "booking", "presentable": false, "required": false, "system": false, "type": "relation" }, { "hidden": false, "id": "select2363381545", "maxSelect": 1, "name": "type", "presentable": false, "required": true, "system": false, "type": "select", "values": [ "payment", "refund", "adjustment", "chargeback" ] }, { "hidden": false, "id": "number2392944706", "max": null, "min": null, "name": "amount", "onlyInt": false, "presentable": false, "required": true, "system": false, "type": "number" }, { "autogeneratePattern": "", "hidden": false, "id": "text1843675174", "max": 0, "min": 0, "name": "description", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1569282101", "max": 0, "min": 0, "name": "gateway_transaction_id", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "select2063623452", "maxSelect": 1, "name": "status", "presentable": false, "required": true, "system": false, "type": "select", "values": [ "failed", "pending", "completed", "cancelled", "disputed" ] }, { "hidden": false, "id": "json1638207474", "maxSize": 0, "name": "processor_response", "presentable": false, "required": false, "system": false, "type": "json" }, { "cascadeDelete": false, "collectionId": "pbc_3174063690", "hidden": false, "id": "relation2235098619", "maxSelect": 1, "minSelect": 0, "name": "original_transaction", "presentable": false, "required": false, "system": false, "type": "relation" }, { "hidden": false, "id": "select1389085300", "maxSelect": 1, "name": "refund_reason", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "customer_request", "cancellation_policy", "dispute" ] }, { "autogeneratePattern": "", "hidden": false, "id": "text3725765462", "max": 0, "min": 0, "name": "created_by", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" } ], "id": "pbc_3174063690", "indexes": [], "listRule": null, "name": "transactions", "system": false, "type": "base", "updateRule": null, "viewRule": null }); return app.save(collection); })