Determines if the given table has a specific column.
Future<bool> hasColumn(String table, String column, {String? schema});