Drop a table
Drop a table from a database in code
status_code, response = db.drop_table(table_name="MyTable")await db.dropTable('MyTable');Drop a table on Epsilla Cloud portal UI

Last updated