add_field_migration
Create a migration file to add a new field to an existing PocketBase collection. Specify the collection identifier and field definition with name and type to generate the migration.
Instructions
Create a migration file for adding a field to an existing collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionNameOrId | Yes | The name or ID of the collection to update. | |
| fieldDefinition | Yes | The schema definition for the new field. | |
| description | No | Optional description override for the filename. |