app:table:delete
Removes a table from a schema and applies the migration
Removes a table from a schema 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 to delete |
Outputs
| Name | Type | Description |
|---|---|---|
table | string | The name of the deleted table |
How is this guide?