Pomelo.EntityFrameworkCore.MySql
Pomelo.EntityFrameworkCore.MySql copied to clipboard
Add `GuidFormat` setting to `DefaultDataTypeMappings`
trafficstars
It would make sense to add the Guid mapping settings that can be specified in the connection string to DefaultDataTypeMappings as well, as we have already done with mappings for bool, DateTime, DateTimeOffset and TimeSpan.