Drag and drop table

I would like to drag and drop the table, so I could put it in other databases

That might be difficult to implement because a table can be related to other tables by linking and doing lookups. Moving a table to another database could then result into data loss and that must be communicated clearly to the user. I would recommend to export your table data and import it in your other database.

1 Like