Determines if the given table has all of the specified columns.
Future<bool> hasColumns(String table, List<String> columns, {String? schema});