Activities of "kstieby"

Update: Before b.Property(x => x.Longitude).HasColumnName(nameof(VehicleScan.Longitude)) After b.Property(x => x.Longitude).HasColumnName(nameof(VehicleScan.Longitude)).HasColumnType("decimal(12,8)"); This modification to Dbcontext fixed the issue.

Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11