dropMigrations method

Future<void> dropMigrations()

Drops the migrations table.

Implementation

Future<void> dropMigrations() => _db.execute('drop table if exists $_table;');