Join Slack
Powered by
How can I declare a timestamp type to match with t...
# 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
Alan Tran
06/12/2020, 9:43 PM
https://github.com/JetBrains/Exposed/wiki/DataTypes
Alan Tran
06/12/2020, 9:52 PM
@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 ....
Alan Tran
06/15/2020, 4:22 AM
https://github.com/JetBrains/Exposed/wiki/LibDocumentation
.... The wiki document didnt say much ...
130
Views
Open in Slack
Previous
Next