You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tables having a default value of CURRENT_TIME for a timestamp fail to deploy on MySQL because the function is quoted. This looks like a bug in sql-translator which is a regression on a bug fixed in 2008.
Tables having a default value of
CURRENT_TIME
for a timestamp fail to deploy on MySQL because the function is quoted. This looks like a bug in sql-translator which is a regression on a bug fixed in 2008.My workaround is to scrape the invalid DDL from
STDERR
and fix it manually.The text was updated successfully, but these errors were encountered: