https://kotlinlang.org logo
w

wouterdoeland

01/26/2018, 1:39 PM
Hi, why am I getting this error:
Copy code
[14:31:02 ERROR]: [Exposed] mysql 5.5 doesn't support expression '(CURRENT_TIMESTAMP)' as default value. Column will be created with NULL marker.
. I'm using MariaDB 10.1.26.
t

tapac

01/26/2018, 2:34 PM
Exposed doesn't officialy support maria db. Never tested its driver
w

wouterdoeland

01/26/2018, 3:19 PM
You can use the MySQL driver for MariaDB and that works fine, but is it possible to manually enable this feature?
Oh wait, I could always just execute the statement by hand