nullable method

ResultColumn<T?> nullable()

Accepts SQL NULL without changing the original codec or physical schema.

Implementation

ResultColumn<T?> nullable() => ResultColumn(name, codec.nullable());