collation property

String? collation
final

The column's collation, for a character column; null otherwise.

Recorded because it decides what equality means for this column. It is never imitated in Dart: knowing a column is SQL_Latin1_General_CP1_CI_AS is a reason to correlate keys on the server, not a licence to lowercase strings here.

Implementation

final String? collation;