hasColumn abstract method

Future<bool> hasColumn(
  1. String table,
  2. String column, {
  3. String? schema,
})

Determines if the given table has a specific column.

Implementation

Future<bool> hasColumn(String table, String column, {String? schema});