Future<void> drop() async { return await Database.database.execute('DROP TABLE IF EXISTS ' + name); }