https://kotlinlang.org logo
#exposed
Title
# exposed
a

Alan Tran

06/12/2020, 9:12 PM
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

Joel

06/12/2020, 9:37 PM
LocalDateTime
?
a

Alan Tran

06/12/2020, 9:42 PM
This is from exposed wiki on github
@Joel: thanks, I will try later. This is the first time I use Exposed.
j

Joel

06/12/2020, 10:39 PM
Welcome to the party!
a

Alan Tran

06/15/2020, 4:21 AM
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 ...
81 Views