hasTable method

Future<bool> hasTable(
  1. String name, {
  2. bool forceUpdate = false,
})

Implementation

Future<bool> hasTable(String name, {bool forceUpdate = false}) async {
  throw UnsupportedError('not implemented: MysqlDb.hasTable()');
}