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
Pomelo.EntityFrameworkCore.MySql github was recently updated with these improvements. Nuget package is not yet updated:
Add support to reverse engineer views.
Add comments for tables and columns.
Improve handling of default values.
Handle the CURRENT_TIMESTAMP default value for timestamp columns correctly.
Correctly implement CURRENT_TIMESTAMP with ON UPDATE clauses.
Introduce a workaround for the missing EF Core handling of ValueGenerated.OnUpdate.
Pomelo.EntityFrameworkCore.MySql github was recently updated with these improvements. Nuget package is not yet updated:
The most important one being the first line.
PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#896
The text was updated successfully, but these errors were encountered: