Create and delete Data Tables via the Data Table node

It would help if there was a node for:

Creating and deleting Data Tables directly from workflows — either by extending the existing Data Table node or by introducing a new Data Table Management node.


My use case:

I’m using the new Data Tables feature as a native alternative to Google Sheets and other external databases.
Currently, I can insert, update, delete, or upsert rows — but I can’t create or delete entire tables dynamically.

For example:

  • When a new user joins, I want to automatically create a user-specific table.
  • When a workflow finishes or a project is deleted, I’d like to remove the related table automatically.

Right now, this can only be done manually from the UI or via direct database access, which breaks automation consistency.