collations property

List<String> collations
final

Per-column collation names ('BINARY' is the default). Currently honored: 'NOCASE' (case-insensitive string comparison). Length matches columns.

Implementation

final List<String> collations;