I have a problem regarding Entity Developer/Entity Framework Core and the migration to a database after model creation.
I created an EF Core Model in Entity Developer.
When I set the Type as "DateTime" in the desired properties, the type is reflected in Database (Sql Server) as "datetime2", the same happens when I ser the type to "Date", it goes to "datetime2".


I would like to have a normal "datetime" value in Sql Server, How can I achieve this?