SchemaTypeOverrides.empty constructor

const SchemaTypeOverrides.empty()

No overrides — every column uses the generator's built-in type mapping.

Implementation

const SchemaTypeOverrides.empty()
    : byColumn = const {},
      byNative = const {},
      byCanonical = const {};