Column

public struct Column : ColumnExpression

A column in a database table.

When you need to introduce your own column type, don’t wrap a Column. Instead, adopt the ColumnExpression protocol.

See https://github.com/groue/GRDB.swift#the-query-interface