nullable property

List<bool> nullable
final

Whether each key column is nullable, in columns order.

SQL Server's UNIQUE still allows many rows with NULL in a nullable key column. That is not a filtered index, and it is not a reason to hide the key; it is a reason not to call getOrCreate with a null.

Implementation

final List<bool> nullable;