Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 128 Bytes

File metadata and controls

7 lines (5 loc) · 128 Bytes

Drop table

Deleting a table is irreversible. It will delete the table from the system.

idb.dropTable('my-table');