sqlType

The SQL type of the column.

If not specified, the SQL type will be automatically inferred by the annotated property's Kotlin type. The specified class must be a Kotlin singleton object or a normal class with a constructor that accepts a single org.ktorm.schema.TypeReference argument.