propertyName

The name of the corresponding column property in the generated table class.

If not specified, the name will be the annotated property's name. This behavior can be configured by KSP option ktorm.codingNamingStrategy, which accepts an implementation class name of org.ktorm.ksp.spi.CodingNamingStrategy.