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
0 definitely doesn't look correct, was it ever working before?
There were some changes affecting CURRENT_TIMESTAMP, see #6698 / doctrine/dbal#2859, but those should be resolved as of DBAL 2.7.
The following annotation
should produce this outcome in sqlite
changed_at DATETIME DEFAULT CURRENT_TIMESTAMP
but produces
changed_at DATETIME DEFAULT '0' NOT NULL
in version 2.6.2.
Did something change in the API or is this a bug?
Thanks in advance.
The text was updated successfully, but these errors were encountered: