hasColumn method

Future<bool> hasColumn(
  1. String table,
  2. String column, {
  3. bool forceUpdate = false,
})

Implementation

Future<bool> hasColumn(String table, String column,
    {bool forceUpdate = false}) async {
  throw UnsupportedError('not implemented: MySqlDb.hasColumn()');
}