How can I declare a timestamp type to match with t...
# exposed
a
How can I declare a timestamp type to match with timestamp column in MySQL. I read the document and it shows ‘datetime’ type. But intelliJ cant import it.
j
LocalDateTime
?
a
This is from exposed wiki on github
@Joel: thanks, I will try later. This is the first time I use Exposed.
j
Welcome to the party!
a
Finally, I know what is wrong, They split the module in new exposed version. I need to install extra module for time ....
https://github.com/JetBrains/Exposed/wiki/LibDocumentation .... The wiki document didnt say much ...
130 Views