defaultCollation property
Defines the default collation specification of new STRING fields in the table.
During table creation or update, if a STRING field is added to this table without explicit collation specified, then the table inherits the table default collation. A change to this field affects only fields added afterwards, and does not alter the existing fields. The following values are supported: * 'und:ci': undetermined locale, case insensitive. * '': empty string. Default to case-sensitive behavior.
Optional.
Implementation
core.String? defaultCollation;