Docs
IntroductionQuickstart

Guides

Workflow anatomyTemplating languageControl flowInference

Go further

CompositionLifecycleCookbookBrowser extension
Components
App
app:fieldapp:field:createapp:field:deleteapp:field:updateapp:fieldsapp:file:saveapp:recordapp:record:deleteapp:record:historyapp:record:insertapp:record:updateapp:records:queryapp:schemaapp:schema:createapp:schema:create:manyapp:schema:deleteapp:schema:updateapp:schemasapp:tableapp:table:createapp:table:deleteapp:table:updateapp:tables
CSV
csv:mergecsv:shrinkcsv:unchunk
Dir
dir:readdir:write
Each
each
Error
error
Event
event:emit
Exec
exec
File
file:copyfile:findfile:json:unchunkfile:readfile:write
Group
group
HTTP
http
Inference
inferenceinference:estimateinference:models
Map
map
Print
print
Sleep
sleep
Template
template
Var
var
XML
xml
Docs/Workflows/Components/App/app:table:delete

app:table:delete

Removes a table from a schema and applies the migration

Options

NameTypeDescription
org_idstringThe organization ID that owns the schema
schema_idstringThe name of the schema (database) that contains the table
tablestringThe name of the table to delete

Outputs

NameTypeDescription
tablestringThe name of the deleted table

Example

name: Delete a table
actions:
  - name: deleted
    component: app:table:delete
    vars:
      org_id: "{{ var.org_id }}"
      schema_id: content
      table: articles
Edit or read the source on GitHub
Previousapp:table:createNext app:table:update

Built with in Vilnius, Lithuania Say hello!

ProductsOpen sourceDocs GitHub