Hi I just updated exposed from 0.26 -> 0.29.1. ...
# exposed
c
Hi I just updated exposed from 0.26 -> 0.29.1. What does this
IDColumnType
Interface
hasTimePart
mean? Example: For my class that inherits from
ColumnType
i had to add this boolean parameter like so…
class JavaLocalTimeColumnType(override val hasTimePart: Boolean) : ColumnType(), IDateColumnType
Does it mean like this
datetime
class contains a timestamp portion?