ef core + unsigned data types mapping

ef core + unsigned data types mapping

I see on Entity Framework Data Type Mapping that unsigned int maps to an 64 bit integer on dotnet / ef core. 

Is there a way to hook into where that mapping happens or have changes otherwise to map to a 32 bit unsigned int instead?