Hi, why am I getting this error: ```[14:31:02 ERRO...
# exposed
w
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
Exposed doesn't officialy support maria db. Never tested its driver
w
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