Quantcast
Viewing all articles
Browse latest Browse all 2993

Liquibase java 8 LocalTime, LocalDate, LocalDateTime support

Hi, 
I use liquibase on many project, but we need to used java 8 date/time object. When i use liquibase to create Diff with database and java all java 8 date type is create with BYTEA in liquibase migration. Can you add the correct mapping : 
- LocalDate -> Date
- LocalDateTime -> TIMESTAMP WITHOUT TIME ZONE
- LocalTime -> TIME WITHOUT TIME ZONE
Thank's 


Viewing all articles
Browse latest Browse all 2993

Trending Articles