app:field:delete
Removes a field from a table and applies the migration
Removes a field from a table and applies the migration
Options
| Name | Type | Description |
|---|---|---|
org_id | string | The organisation ID that owns the schema |
schema_id | string | The name of the schema (database) that contains the table |
table | string | The name of the table that contains the field |
field | string | The name of the field to delete |
Outputs
| Name | Type | Description |
|---|---|---|
field | string | The name of the deleted field |
How is this guide?